{
  "name": "QB Biz",
  "short_name": "QB Biz",
  "description": "Semak status penghantaran dan order anda",
  "start_url": "/track.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#e63946",
  "background_color": "#ffffff",
  "lang": "ms-MY",
  "categories": [
    "business",
    "shopping"
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Semak Order",
      "short_name": "Track",
      "description": "Semak status penghantaran",
      "url": "/track.html",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Hubungi Kami",
      "short_name": "WA",
      "description": "WhatsApp kami",
      "url": "/track.html",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/track.html",
    "method": "GET",
    "params": {
      "text": "text"
    }
  },
  "prefer_related_applications": false
}