{
    "name": "News Application",
    "short_name": "News App",
    "theme_color": "#800000",
    "background_color": "#F6EEEC",
    "display": "standalone",
    "scope": "/",
    "start_url":  "/index.html",
    "icons": [
        {
            "src": "images/icons/icons-512x512.png",
            "sizes": "512x512",
            "type": "image/png" 
        }
    ],
    "splash_pages": null 
}