{
"name": "ProdRocket",
"short_name": "ProdRocket",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#F16828",
"icons": [
    {
        "src": "/images/icon_192.png",
        "type": "image/png",
        "sizes": "192x192"
    },
    {
        "src": "/images/icon_512.png",
        "type": "image/png",
        "sizes": "512x512"
    }
]
}