{ "version": "0.4.29", "comment": "---Above version must be the same as data-pwa-version--data-pwa-version can be found in index.html in the manifest tag--if versions are not the same it will cause an update loop", "name": "Olympes.Front.V3.Web", "short_name": "Olympes", "id": "./", "start_url": "./", "display": "fullscreen", //fullscreen standalone "background_color": "#ffffff", "theme_color": "#03173d", "orientation": "portrait", "prefer_related_applications": false, "icons": [ { "src": "icon-512.png", "type": "image/png", "sizes": "512x512" }, { "src": "icon-192.png", "type": "image/png", "sizes": "192x192" } ] }