{ "version": "2.0", "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" : "Zeus", "scope" : "/", "display" : "fullscreen", "start_url" : "index.html", "short_name" : "Zeus", "description" : "", "orientation" : "portrait", "background_color": "#000000", "theme_color": "#000000", "generated" : "true", "icons": [ { "src": "app/icons/apple-touch-icon.png", "sizes": "72x72", "type": "image/png" }, { "src": "app/icons/apple-touch-icon.png", "sizes": "96x96", "type": "image/png" }, { "src": "app/icons/apple-touch-icon.png", "sizes": "128x128", "type": "image/png" }, { "src": "app/icons/apple-touch-icon.png", "sizes": "144x144", "type": "image/png" }, { "src": "app/icons/apple-touch-icon.png", "sizes": "152x152", "type": "image/png" }, { "src": "app/icons/apple-touch-icon.png", "sizes": "192x192", "type": "image/png" }, { "src": "app/icons/apple-touch-icon.png", "sizes": "384x384", "type": "image/png" }, { "src": "app/icons/apple-touch-icon.png", "sizes": "512x512", "type": "image/png" } ] }