{
  "name": "CleanNile",
  "short_name": "CleanNile",
  "id": "/?source=pwa",
  "description": "Civic environmental reporting and cleanup platform for protecting the Nile.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#f6fbfc",
  "theme_color": "#203746",
  "categories": ["utilities", "productivity", "social"],
  "shortcuts": [
    {
      "name": "Report pollution",
      "short_name": "Report",
      "description": "Open the detailed report form.",
      "url": "/report/new?source=pwa-shortcut",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Events",
      "short_name": "Events",
      "description": "View upcoming cleanup events and trainings.",
      "url": "/events?source=pwa-shortcut",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Map",
      "short_name": "Map",
      "description": "Open the environmental map workspace.",
      "url": "/map?source=pwa-shortcut",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
