{
  "name": "Kerbly - Your Neighbourhood, Connected",
  "short_name": "Kerbly",
  "description": "Your Neighbourhood, Connected. Report local issues, discover community events, and make your voice heard — together with your neighbours.",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#3a9e82",
  "background_color": "#f7f5f2",
  "categories": ["utilities", "lifestyle"],
  "lang": "en-AU",
  "icons": [
    {
      "src": "/kerbly-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/kerbly-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/kerbly-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/kerbly-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Flag It",
      "short_name": "Flag It",
      "description": "Report a local issue to your council",
      "url": "/report",
      "icons": [{ "src": "/kerbly-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Bin Schedule",
      "short_name": "Bins",
      "description": "Check your next bin collection day",
      "url": "/bins",
      "icons": [{ "src": "/kerbly-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Live Feed",
      "short_name": "Feed",
      "description": "See what's happening in your neighbourhood",
      "url": "/feed",
      "icons": [{ "src": "/kerbly-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/report",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
