{
    "name": "Spotify Stats",
    "short_name": "SpotifyStats",
    "description": "See your top Spotify artists, tracks and listening insights.",
    "start_url": "/index.html",
    "display": "standalone",
    "background_color": "#0b0b0b",
    "theme_color": "#1DB954",
    "icons": [
        {
            "src": "img/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "img/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}