{
  "id": "/?pwa=local-commons",
  "name": "Local Commons",
  "short_name": "Local Commons",
  "description": "Every community deserves a living digital representation. One shared place for businesses, signals, and local life. Organizations keep their layers; neighbours meet on the same map.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f3f0ea",
  "theme_color": "#1E463C",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["social", "lifestyle", "travel", "navigation"],
  "icons": [
    {
      "src": "/icons/local-commons-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/local-commons-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/local-commons-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/local-commons-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Living Map",
      "short_name": "Map",
      "description": "Open the living map",
      "url": "/map",
      "icons": [
        {
          "src": "/icons/local-commons-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
