{
  "id": "/agent",
  "name": "EugineBill Agent",
  "short_name": "Agent",
  "description": "Portal Agent EugineBill - generate dan kelola voucher",
  "start_url": "/agent",
  "scope": "/agent",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0520",
  "theme_color": "#8b5cf6",
  "lang": "id-ID",
  "prefer_related_applications": false,
  "categories": ["business", "utilities"],
  "icons": [
    {
      "src": "/api/pwa/icon?size=192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/api/pwa/icon?size=192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/api/pwa/icon?size=512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/api/pwa/icon?size=512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/agent",
      "icons": [{ "src": "/pwa/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Voucher",
      "url": "/agent/voucher",
      "icons": [{ "src": "/pwa/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
