{
  "name": "GardenOS",
  "short_name": "GardenOS",
  "description": "The operating system for gardeners — manage clients, jobs, and invoices from anywhere.",
  "start_url": "/app/dashboard",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#16a34a",
  "lang": "en-GB",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Schedule",
      "short_name": "Schedule",
      "description": "View today's jobs",
      "url": "/app/schedule",
      "icons": [{ "src": "/favicon.png", "sizes": "any" }]
    },
    {
      "name": "Clients",
      "short_name": "Clients",
      "description": "Browse your clients",
      "url": "/app/clients",
      "icons": [{ "src": "/favicon.png", "sizes": "any" }]
    }
  ]
}
