{
    "version": "1.1",
    "name": "BBE Notstupid Flashcard APP",
    "short_name": "Notstupid",
    "start_url": "/flashcard",
    "scope": "/flashcard",
    "display": "standalone",
    "background_color": "#E0E0E0",
    "theme_color": "#000000",
    "icons": [
        {
            "src": "/flashcard.png",
            "sizes": "any",
            "type": "image/svg+xml"
        }
    ],
    "related_applications": [
        {
            "platform": "webapp",
            "url": "https://english.bestbanana.cc/manifest-flash.json",
            "id": "id_pwa_flashcard"
        }
    ],
    "prefer_related_applications": false
}