{
  "name": "StreetSignal",
  "short_name": "StreetSignal",
  "description": "Know what's happening around you.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b0d10",
  "theme_color": "#0b0d10",
  "lang": "en",
  "categories": ["navigation", "social", "utilities"],
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "New report", "short_name": "Report", "url": "/report", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Leaderboard", "short_name": "Ranks", "url": "/ranks", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
