{
  "name": "ironbat \u2014 AI Command Centre",
  "short_name": "ironbat",
  "description": "ironbat.ai \u2014 Intelligent retail analytics and business advisor",
  "start_url": "/portal/",
  "display": "standalone",
  "background_color": "#faf9f6",
  "theme_color": "#1e3a5f",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "business",
    "finance",
    "productivity"
  ],
  "lang": "en-MY",
  "id": "/portal/",
  "scope": "/portal/",
  "shortcuts": [
    {
      "name": "Ask Butler",
      "short_name": "Butler",
      "url": "/portal/#butler",
      "icons": [
        {
          "src": "/static/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My Tasks",
      "short_name": "Tasks",
      "url": "/portal/#tasks",
      "icons": [
        {
          "src": "/static/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Today",
      "short_name": "Today",
      "url": "/portal/#overview",
      "icons": [
        {
          "src": "/static/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/portal/upload",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "body",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": [
            "application/pdf",
            "image/*",
            "text/csv",
            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
          ]
        }
      ]
    }
  }
}