{
  "name": "AMWAP App",
  "short_name": "AMWAP App",
  "description": "Manage your handyman business — jobs, estimates, invoices, inventory, and team all in one place.",
  "start_url": "/login",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#212059",
  "theme_color": "#212059",
  "scope": "/",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Job",
      "url": "/jobs?action=new",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "New Estimate",
      "url": "/estimates?action=new",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Inventory",
      "url": "/inventory",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
