{
  "name": "QuickService - Field Service Management",
  "short_name": "QuickService",
  "description": "AI-powered field service management for security integration",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0066CC",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-landing.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Landing Page - Quick access to all features"
    },
    {
      "src": "/screenshots/mobile-ai-pm.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "AI Project Management - Intelligent job tracking"
    }
  ],
  "shortcuts": [
    {
      "name": "Jobs Dashboard",
      "short_name": "Jobs",
      "description": "View and manage active jobs",
      "url": "/jobs-dashboard",
      "icons": [
        {
          "src": "/icons/shortcut-jobs.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "AI Project Management",
      "short_name": "AI PM",
      "description": "Quick access to AI-assisted project management",
      "url": "/jobs-dashboard",
      "icons": [
        {
          "src": "/icons/shortcut-ai.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Service Requests",
      "short_name": "Requests",
      "description": "Create and manage service requests",
      "url": "/service-requests-dashboard",
      "icons": [
        {
          "src": "/icons/shortcut-service.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Scheduling",
      "short_name": "Schedule",
      "description": "Manage technician schedules",
      "url": "/scheduling",
      "icons": [
        {
          "src": "/icons/shortcut-schedule.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "lang": "en-US",
  "dir": "ltr"
}
