{
  "name": "Garbage Drop",
  "short_name": "Garbage Drop",
  "description": "Manage your Garbage Drop subscription, see your next pickup, share your referral link, and book one-time pickups — all from your home screen.",
  "id": "/account.html",
  "start_url": "/account.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "lang": "en-US",
  "dir": "ltr",
  "theme_color": "#0C1B2E",
  "background_color": "#0C1B2E",
  "categories": ["lifestyle", "utilities"],
  "icons": [
    { "src": "/images/icons/pwa-192.png",          "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/images/icons/pwa-512.png",          "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/images/icons/pwa-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Book OnDemand pickup",
      "short_name": "OnDemand",
      "description": "Book a one-time pickup",
      "url": "/?ondemand=1",
      "icons": [{ "src": "/images/icons/pwa-192.png", "sizes": "192x192" }]
    }
  ]
}
