{
  "name": "CrewMaster",
  "short_name": "CrewMaster",
  "description": "Princess Hotel Operational Roster & Hub",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#EBF1F6",
  "theme_color": "#1E66AD",
  "icons": [
    {
      "src": "https://i.postimg.cc/bwnqvbZt/LOG-no-BG.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://i.postimg.cc/bwnqvbZt/LOG-no-BG.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Schedule",
      "url": "/dashboard/schedule",
      "description": "View my shifts",
      "icons": [{ "src": "https://i.postimg.cc/bwnqvbZt/LOG-no-BG.png", "sizes": "192x192" }]
    },
    {
      "name": "CrewMail",
      "url": "/dashboard/inbox",
      "description": "Open inbox",
      "icons": [{ "src": "https://i.postimg.cc/bwnqvbZt/LOG-no-BG.png", "sizes": "192x192" }]
    }
  ],
  "widgets": [
    {
      "name": "CrewMaster Dashboard",
      "description": "Dynamic shift and mail summary.",
      "tag": "dashboard",
      "template": "dashboard-widget",
      "ms_widget": {
        "url": "/widget"
      }
    }
  ]
}