{
  "name": "SnapAndSend",
  "short_name": "SnapAndSend",
  "description": "Report community issues and help improve your neighbourhood",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#10b981",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["utilities", "social"],
  "shortcuts": [
    {
      "name": "Report Issue",
      "short_name": "Report",
      "description": "Create a new report",
      "url": "/report",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "My Reports",
      "short_name": "My Reports",
      "description": "View your reports",
      "url": "/my-reports",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    }
  ]
}
