{
    "name": "smoodiSign",
    "short_name": "smoodiSign",
    "icons": [{
        "src": "img/lock-blue-white-96.png",
        "sizes": "96x96",
        "type": "image/png"
    }, {
        "src": "img/lock-blue-white-144.png",
        "sizes": "144x144",
        "type": "image/png"
    }, {
        "src": "img/lock-blue-white-192.png",
        "sizes": "192x192",
        "type": "image/png"
    }, {
        "src": "img/lock-blue-white-512.png",
        "sizes": "512x512",
        "type": "image/png"
    }],
    "start_url": "/app/",
    "scope": "/app/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#333"
}