{
"name": "GrachanScore",
"short_name": "Grachan",
"start_url": "/home",
"display": "standalone",
"scope": "/",
"background_color": "#ffffff",
"theme_color": "#2c3e50",
"icons": [
    {
    "src": "/images/icon_gs_192.png",
    "sizes": "192x192",
    "type": "image/png"
    },
    {
    "src": "/images/icon_gs_512.png",
    "sizes": "512x512",
    "type": "image/png"
    }
]
}