{
  "name": "CAML Business Management",
  "short_name": "CAML",
  "description": "Complete business management system for service businesses",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#F8F1DE",
  "theme_color": "#C97B4B",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/static/img/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Customers",
      "short_name": "Customers",
      "description": "View and manage customers",
      "url": "/customers",
      "icons": [
        {
          "src": "/static/img/pwa-icon-96.png",
          "sizes": "96x96",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Jobs Calendar",
      "short_name": "Jobs",
      "description": "View scheduled jobs",
      "url": "/jobs/calendar",
      "icons": [
        {
          "src": "/static/img/pwa-icon-96.png",
          "sizes": "96x96",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Business overview",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/static/img/pwa-icon-96.png",
          "sizes": "96x96",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    }
  ],
  "permissions": [
    "contacts"
  ],
  "features": [
    "Cross Platform",
    "Offline Support",
    "Contact Sync"
  ]
} 