{
  "name": "SupportRD AI",
  "short_name": "SupportRD",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "fullscreen",
  "display_override": ["fullscreen", "standalone", "minimal-ui"],
  "background_color": "#1f2329",
  "theme_color": "#1f2329",
  "icons": [
    {
      "src": "/static/icons/app-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/app-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open TV Reel",
      "short_name": "TV Reel",
      "url": "/?app=tvreel"
    },
    {
      "name": "Open Hair Score",
      "short_name": "Hair Score",
      "url": "/?app=hairscore"
    }
  ]
}
