{
  "_comment_id": "Chrome derives app identity from start_url when id is absent. These installs were created when start_url was '/', so their identity is <origin>/. Pinning id here keeps that stable - without it, changing start_url silently forks the installed app into a second entry.",
  "id": "/?staging",
  "name": "HomeDash STAGING",
  "short_name": "HD Staging",
  "description": "Your personal property management dashboard",
  "start_url": "/offline",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#00BFA6",
  "background_color": "#FFFFFF",
  "icons": [
    {
      "src": "/icons/playstore.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/playstore.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/playstore.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Landlord dashboard",
      "short_name": "Landlord",
      "description": "Open the landlord dashboard",
      "url": "/landlord-dashboard",
      "icons": [
        {
          "src": "/icons/playstore.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Tenant dashboard",
      "short_name": "Tenant",
      "description": "Open the tenant dashboard",
      "url": "/tenant-dashboard",
      "icons": [
        {
          "src": "/icons/playstore.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    }
  ]
}