{
  "name": "Ella Works Customer",
  "short_name": "Ella Customer",
  "description": "Customer portal for Ella Works — track your project, quotes, payments, and schedule",
  "start_url": "/customer/dashboard",
  "scope": "/customer/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F5EFE5",
  "theme_color": "#C8A85C",
  "lang": "en-AU",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/customer-pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/customer-pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/customer-pwa/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
