{
  "name": "Civiqly — India's Civic App",
  "short_name": "Civiqly",
  "description": "Report civic violations, celebrate good deeds, earn XP",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1A1A2E",
  "theme_color": "#FF6B1A",
  "orientation": "portrait-primary",
  "lang": "en",
  "categories": ["social", "utilities"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "32x32",
      "type": "image/x-icon"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Report Violation",
      "short_name": "Report",
      "description": "Catch someone violating civic rules",
      "url": "/caught/new",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "The Wall",
      "short_name": "Wall",
      "description": "View civic reports near you",
      "url": "/issues",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}