{
  "name": "Sistem K-4U",
  "short_name": "K-4U",
  "description": "Sistem K-4U untuk pengurusan dan pemantauan aktiviti",
  "id": "/pwa-utama",
  "start_url": "/pwa-utama",
  "display": "standalone",
  "display_override": ["window-controls-overlay"],
  "background_color": "#52b0ff",
  "theme_color": "#008bff",
  "orientation": "portrait-primary",
  "dir": "ltr",
  "lang": "en",
  "categories": ["productivity", "utilities"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "handle_links": "preferred",
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "images",
          "accept": ["image/jpeg", "image/png", "image/bmp", "image/gif"]
        }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "Borang K-4U",
      "url": "/k4u-pwa",
      "icons": [{ "src": "/img/borang.png", "sizes": "192x192" }]
    },
    {
      "name": "Makluman Terkini",
      "url": "/makluman-terkini-pwa",
      "icons": [{ "src": "/img/makluman.png", "sizes": "192x192" }]
    },
    {
      "name": "Galeri",
      "url": "/galeri-pwa",
      "icons": [{ "src": "/img/galeri.png", "sizes": "192x192" }]
    }
  ],
  "scope": "/",
  "scope_extensions": [
    {"origin": "https://k-4u.com.my"}
  ],
  "icons": [
    {
      "src": "/img/icons/icon-72x72.png",
      "type": "image/png",
      "sizes": "72x72"
    },
    {
      "src": "/img/icons/icon-96x96.png",
      "type": "image/png",
      "sizes": "96x96"
    },
    {
      "src": "/img/icons/icon-128x128.png",
      "type": "image/png",
      "sizes": "128x128"
    },
    {
      "src": "/img/icons/icon-144x144.png",
      "type": "image/png",
      "sizes": "144x144"
    },
    {
      "src": "/img/icons/icon-152x152.png",
      "type": "image/png",
      "sizes": "152x152"
    },
    {
      "src": "/img/icons/icon-192x192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/img/icons/icon-384x384.png",
      "type": "image/png",
      "sizes": "384x384"
    },
    {
      "src": "/img/icons/icon-512x512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ]
}