{
  "name": "Crewviax",
  "short_name": "Crewviax",
  "description": "Home and local services with trusted local crews.",
  "start_url": "/app-cliente",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#082A4D",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/static/images/crewviax-logo-official.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "App Cliente",
      "short_name": "Cliente",
      "url": "/app-cliente",
      "icons": [{ "src": "/static/images/crewviax-logo-official.png", "sizes": "512x512", "type": "image/png" }]
    },
    {
      "name": "App Subcontratista",
      "short_name": "Sub",
      "url": "/app-subcontratista",
      "icons": [{ "src": "/static/images/crewviax-logo-official.png", "sizes": "512x512", "type": "image/png" }]
    },
    {
      "name": "App Trabajador",
      "short_name": "Trabajador",
      "url": "/app-trabajador",
      "icons": [{ "src": "/static/images/crewviax-logo-official.png", "sizes": "512x512", "type": "image/png" }]
    }
  ]
}
