{
    "version": "1.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" : "MyPASS",
    "scope" : "/",
    "display" : "standalone",
    "start_url" : "index.html",
    "short_name" : "MyPASS",
    "description" : "",
    "orientation" : "portrait",
    "background_color": "#EEF2F1",
    "theme_color": "#E9573F",
    "generated" : "true",
    "icons": [
        {
            "src": "app/icons/favicon-16x16.png",
            "sizes": "16x16",
            "type": "image/png"
        },
        {
            "src": "app/icons/favicon-32x32.png",
            "sizes": "32x32",
            "type": "image/png"
        },
        {
            "src": "app/icons/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "app/icons/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}