{
"version": "1.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" : "en", 
"name" : "School ERP",
"scope" : "https://webanlytic.shop/school/",
"display" : "fullscreen",
"start_url" : "https://webanlytic.shop/school/",
"id" : "https://webanlytic.shop/school/",
"short_name" : "School ERP",
"description" : "School ERP",
"orientation" : "portrait",
"background_color": "#FFF",
"theme_color": "#FFF",
"generated" : "true",
  "icons": [ 
       {
      "src": "icons/ic-128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
        {
      "src": "icons/ic-144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "icons/ic-384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "icons/ic-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}