{
  "name": "Echi della Storia",
  "short_name": "Echi",
  "id": "/app",
  "description": "Conversazioni reali con i personaggi che hanno fatto la storia.",
  "start_url": "/app?source=pwa",
  "scope": "/app",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0d0d0d",
  "theme_color": "#0d0d0d",
  "lang": "it",
  "categories": ["education", "books", "entertainment"],
  "handle_links": "not-preferred",
  "capture_links": "none",
  "launch_handler": { "client_mode": "navigate-existing" },
  "icons": [
    {
      "src": "/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ]
}
