{
  "name": "AFS Customer Portal",
  "short_name": "AFS",
  "description": "Ayyan Fiber Solutions — Manage your internet account, view usage, pay bills and raise support tickets.",
  "start_url": "/customer",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#030712",
  "theme_color": "#0ea5e9",
  "lang": "en",
  "dir": "ltr",
  "categories": ["utilities", "productivity"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "My Account",
      "short_name": "Account",
      "description": "View your account status and usage",
      "url": "/customer/dashboard",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Register / Apply",
      "short_name": "Register",
      "description": "Apply for a new fiber connection",
      "url": "/customer/register",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
