{
  "name": "ClearMyCase",
  "short_name": "ClearMyCase",
  "description": "Your voice. Resolved. — Ward Councillor Case Management",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#185FA5",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en-GB",
  "categories": ["government", "utilities"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Submit complaint",
      "short_name": "Submit",
      "description": "Submit a new issue to your councillor",
      "url": "/submit",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "My Cases",
      "short_name": "Cases",
      "description": "Track the status of your cases",
      "url": "/my-cases",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    }
  ]
}
