{
  "name": "OC Tasker — Handyman Services",
  "short_name": "OC Tasker",
  "description": "Book handyman services, clock in/out, ask the in-app AI assistant — all from your phone.",
  "lang": "en-US",
  "scope": "/",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#f97316",
  "background_color": "#ffffff",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Ask Chat",
      "short_name": "Ask Chat",
      "description": "Ask the in-app AI assistant — auto-context aware of your active job.",
      "url": "/field?tab=ai&source=pwa_shortcut",
      "icons": [{ "src": "/icons/ask-chat-robot.png", "sizes": "216x256", "type": "image/png" }]
    },
    {
      "name": "Field Dashboard",
      "short_name": "Field",
      "description": "Clock in/out and view today's jobs.",
      "url": "/field?source=pwa_shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Free Estimate",
      "short_name": "Estimate",
      "description": "Request a free handyman estimate.",
      "url": "/get-estimate?source=pwa_shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "prefer_related_applications": false
}
