{
    "id": "/",
    "name": "PokéVotes",
    "short_name": "PokéVotes",
    "description": "4 Pokémon s'affrontent chaque jour. Un seul mérite de rester.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#151515",
    "theme_color": "#E3350D",
    "orientation": "portrait",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "/icons/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Voter",
            "short_name": "Voter",
            "url": "/?action=vote",
            "icons": [{ "src": "/icons/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "Archives",
            "short_name": "Archives",
            "url": "/?action=archives",
            "icons": [{ "src": "/icons/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }]
        }
    ]
}
