{
  "name": "TMH Companion",
  "short_name": "TMH",
  "description": "The Mobile Headshot — client portal and admin",
  "start_url": "/client/portal/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#141210",
  "background_color": "#141210",
  "icons": [
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "categories": ["photography", "business"],
  "shortcuts": [
    {
      "name": "My Bookings",
      "url": "/client/book/my-bookings/",
      "description": "View your bookings"
    },
    {
      "name": "My Gallery",
      "url": "/client/gallery/",
      "description": "View your photos"
    },
    {
      "name": "Book a Session",
      "url": "/client/book/",
      "description": "Book a new headshot session"
    }
  ]
}
