{
  "name": "Aureo Landscape",
  "short_name": "Aureo",
  "description": "Bilingual field operations for landscaping crews.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f3f7f1",
  "theme_color": "#0d4426",
  "icons": [
    {
      "src": "/static/img/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/img/aureo-landscape-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Crew Route",
      "short_name": "Route",
      "url": "/jobs/crew-mobile",
      "icons": [{"src": "/static/img/favicon.png", "sizes": "192x192"}]
    },
    {
      "name": "Time Clock",
      "short_name": "Clock",
      "url": "/clock",
      "icons": [{"src": "/static/img/favicon.png", "sizes": "192x192"}]
    }
  ]
}
