{
  "name": "Ace Chasers",
  "short_name": "Ace Chasers",
  "description": "Find local disc golf players, share rounds, review courses, and stay in the loop with Daily Plastic news.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#1f4d2e",
  "theme_color": "#1f4d2e",
  "categories": ["sports", "social", "lifestyle"],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=acechasers.net",
      "id": "acechasers.net"
    }
  ],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "icons": [
    { "src": "/icons/icon-72.png",  "sizes": "72x72",   "type": "image/png" },
    { "src": "/icons/icon-96.png",  "sizes": "96x96",   "type": "image/png" },
    { "src": "/icons/icon-128.png", "sizes": "128x128", "type": "image/png" },
    { "src": "/icons/icon-144.png", "sizes": "144x144", "type": "image/png" },
    { "src": "/icons/icon-152.png", "sizes": "152x152", "type": "image/png" },
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-256.png", "sizes": "256x256", "type": "image/png" },
    { "src": "/icons/icon-384.png", "sizes": "384x384", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "/screenshots/wide-1.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Ace Chasers on desktop — launch giveaway on the login page"
    },
    {
      "src": "/screenshots/narrow-1.jpg",
      "sizes": "540x1200",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Ace Chasers on mobile — sign in and enter the giveaway"
    }
  ],
  "shortcuts": [
    { "name": "Feed",       "short_name": "Feed",       "url": "/feed",           "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Discovery",  "short_name": "Discovery",  "url": "/discovery",      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Daily Plastic", "short_name": "News",    "url": "/daily-plastic",  "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
