{
  "name": "H-Park – Parcheggi Disabili",
  "short_name": "H-Park",
  "description": "Trova e condividi parcheggi per disabili in tutto il mondo",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait-primary",
  "scope": "/",
  "start_url": "/",
  "categories": ["maps", "navigation", "accessibility"],
  "shortcuts": [
    {
      "name": "Add parking spot",
      "short_name": "Add spot",
      "description": "Report a new accessible parking spot",
      "url": "/?action=add"
    },
    {
      "name": "Map view",
      "short_name": "Map",
      "description": "Browse accessible parking spots on the map",
      "url": "/?view=map"
    },
    {
      "name": "List view",
      "short_name": "List",
      "description": "Browse accessible parking spots in a list",
      "url": "/?view=list"
    }
  ],
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
