{
  "name": "CivicGuard",
  "short_name": "CivicGuard",
  "description": "Citizen-powered civic reporting for Mumbai",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#060A12",
  "theme_color": "#E08720",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "File a Report",
      "short_name": "Report",
      "url": "/report",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Reports",
      "short_name": "My Reports",
      "url": "/track",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["utilities", "social"],
  "lang": "en",
  "dir": "ltr",
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text":  "text",
      "url":   "url"
    }
  }
}
