{
  "name": "Recyclean — At Your Door Step",
  "short_name": "Recyclean",
  "description": "Track and classify your recyclable items. View your fortnightly collection schedule, manage holidays, and get reminded before collection day.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1B5E20",
  "theme_color": "#1B5E20",
  "scope": "/",
  "lang": "en",
  "categories": ["lifestyle", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan Item",
      "short_name": "Scan",
      "description": "Open the camera to scan a recyclable item",
      "url": "/",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Collection Schedule",
      "short_name": "Schedule",
      "description": "View your fortnightly collection calendar",
      "url": "/",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "label": "Recyclean — Scan & classify recyclable items",
      "form_factor": "narrow"
    }
  ]
}
