{
  "version": "2.1",
  "comment": "---Above version must be the same as data-pwa-version",
  "comment": "---data-pwa-version can be found in index.html in the manifest tag",
  "comment": "---if versions are not the same it will cause an update loop",
  "lang": "id",
  "name": "Sintesys Edu",
  "scope": "/",
  "display": "standalone",
  "start_url": "/index.html",
  "short_name": "Sintesys Edu",
  "description": "",
  "orientation": "portrait",
  "background_color": "#FFFFFF",
  "theme_color": "#FFFFFF",
  "generated": "true",
  "icons": [
    {
      "src": "icons/icon-72-hdpi.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "icons/icon-96-xhdpi.png",
      "sizes": "96x96",
      "type": "image/png"
    }
  ]
}