{
    "name": "The Qur'an",
    "short_name": "Qur'an",
    "description": "An interactive, offline-capable application for reading the Qur'an.",
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#fcfaf7",
    "theme_color": "#fcfaf7",
    "icons": [
        {
            "src": "./icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "./icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}