{
  "name": "Patiperros App",
  "short_name": "Patiperros App",
  "description": "App Patiperros Talca · Paseos caninos con GPS en tiempo real, chat y panel del paseador. Independiente del sitio web.",
  "id": "/app?source=pwa-app",
  "scope": "/",
  "start_url": "/app?source=pwa-app&mode=standalone",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#0496D7",
  "orientation": "portrait-primary",
  "prefer_related_applications": false,
  "categories": ["lifestyle", "health", "fitness", "productivity"],
  "lang": "es-CL",
  "dir": "ltr",
  "icons": [
    {
      "src": "/static/icon-app-192.png?v=13",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icon-app-512.png?v=13",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icon-app-maskable-192.png?v=13",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/icon-app-maskable-512.png?v=13",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/apple-touch-icon-app.png?v=13",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Abrir App",
      "short_name": "App",
      "description": "Acceder al dashboard",
      "url": "/app?source=pwa-app&mode=standalone",
      "icons": [{ "src": "/static/icon-app-192.png?v=13", "sizes": "192x192" }]
    }
  ],
  "edge_side_panel": { "preferred_width": 400 },
  "handle_links": "preferred",
  "launch_handler": { "client_mode": "navigate-existing" }
}
