{
  "name": "Deluxe Automotive Services",
  "short_name": "DeluxeAuto",
  "description": "Auto repair shop management — jobs, estimates, payments",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0e1117",
  "theme_color": "#f59e0b",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "https://api.iconify.design/emojione:wrench.svg?width=192&height=192",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "https://api.iconify.design/emojione:wrench.svg?width=512&height=512",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "New Job",
      "short_name": "New Job",
      "description": "Create a new repair job",
      "url": "/jobs/new",
      "icons": [{ "src": "https://api.iconify.design/lucide:plus.svg", "sizes": "96x96" }]
    },
    {
      "name": "Jobs List",
      "short_name": "Jobs",
      "url": "/jobs"
    }
  ]
}
