{
  "short_name": "kursuskami.my.id",
  "name": "Situs KursusKami Indonesia",
  "icons": [
    {
      "src": "gambar/manifest/icon-256x256.png",
       "type": "image/png",
       "size": "256x256"
    },
    {
      "src": "gambar/manifest/icon-192x192.png",
       "type": "image/png",
       "size": "192x192"
    },
    {
      "src": "gambar/manifest/icon-512x512.png",
       "type": "image/png",
       "size": "512x512"
    }
  ],
  "id": "?homescreen=1",
  "start_url": "index.php",
  "background_color": "#3367D6",
  "display": "standalone",
  "scope": ".", 
  "scope": "/",
   "dir": "ltr",
  "lang": "en-US",
  "orientation": "any",
  "theme_color": "#3367D6",
  "shortcuts": [
    {
      "name": "How's weather today?",
      "short_name": "Today",
      "description": "View weather information for today",
      "url": "/today?source=pwa",
      "icons": [{ "src": "gambar/manifest/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "How's weather tomorrow?",
      "short_name": "Tomorrow",
      "description": "View weather information for tomorrow",
      "url": "/tomorrow?source=pwa",
      "icons": [{ "src": "gambar/manifest/icon-192x192.png", "sizes": "192x192" }]
    }
  ],
  "description": "Situs resmi WebPortal Kursuskami Indonesia",
  "screenshots": [
    {
      "src": "/images/screenshot1.png",
      "type": "image/png",
      "sizes": "540x720",
      "form_factor": "narrow"
    },
    {
      "src": "/images/screenshot2.jpg",
      "type": "image/jpg",
      "sizes": "720x540",
      "form_factor": "wide"
    }
  ]
}