{
    "name": "Practique For Browser",
    "short_name": "p4b",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#fff",
    "theme_color": "#114599",
    "description": "Computer based testing, part of Practique asessment management system.",
    "serviceworker": {
        "src": "sw.js",
        "update_via_cache": "none"
    },
    "icons": [{
        "src": "practique-icon.png",
        "sizes": "152x152",
        "type": "image/png"
    }]
}


