{
  "name": "The Crownline Residences",
  "short_name": "Crownline",
  "description": "TCR Hospitality Management Dashboard — bookings, revenue, guests",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#240709",
  "theme_color": "#3C0E14",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "icons/icon-72.png",  "sizes": "72x72",  "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-96.png",  "sizes": "96x96",  "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-128.png", "sizes": "128x128","type": "image/png", "purpose": "any" },
    { "src": "icons/icon-144.png", "sizes": "144x144","type": "image/png", "purpose": "any" },
    { "src": "icons/icon-152.png", "sizes": "152x152","type": "image/png", "purpose": "any" },
    { "src": "icons/icon-192.png", "sizes": "192x192","type": "image/png", "purpose": "any" },
    { "src": "icons/icon-384.png", "sizes": "384x384","type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512","type": "image/png", "purpose": "any" },
    { "src": "icons/icon-192-maskable.png", "sizes": "192x192","type": "image/png", "purpose": "maskable" },
    { "src": "icons/icon-512-maskable.png", "sizes": "512x512","type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Today's Bookings",
      "short_name": "Today",
      "description": "See today's check-ins and check-outs",
      "url": "/?page=today&source=shortcut",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Add Booking",
      "short_name": "Add",
      "description": "Log a new booking",
      "url": "/?page=bookings&action=add&source=shortcut",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Revenue",
      "short_name": "Revenue",
      "description": "View this month's revenue",
      "url": "/?page=reports&source=shortcut",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "assets/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Crownline Dashboard — Mobile"
    },
    {
      "src": "assets/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Crownline Dashboard — Desktop"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=in.thecrownlineresidences.twa",
      "id": "in.thecrownlineresidences.twa"
    }
  ]
}
