{
  "id": "/customer-portal/login?pwa=customer",
  "name": "PETROLINK CLOUD Customer Portal",
  "short_name": "PETROLINK",
  "description": "Install the PETROLINK CLOUD customer portal to view statements, credit sales, payments, invoices, vehicles, and fuel usage.",
  "start_url": "/customer-portal/dashboard?source=pwa",
  "scope": "/customer-portal/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#061B3D",
  "theme_color": "#061B3D",
  "orientation": "portrait-primary",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "src": "/images/icons/petrolink-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icons/petrolink-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/customer-portal/dashboard?source=pwa-shortcut",
      "icons": [{ "src": "/images/icons/petrolink-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Statement",
      "short_name": "Statement",
      "url": "/customer-portal/statement?source=pwa-shortcut",
      "icons": [{ "src": "/images/icons/petrolink-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Fuel Usage",
      "short_name": "Fuel",
      "url": "/customer-portal/fuel-usage?source=pwa-shortcut",
      "icons": [{ "src": "/images/icons/petrolink-icon-192.png", "sizes": "192x192" }]
    }
  ]
}
