{
    "name": "AlkoRater — Oceniaj Alkohole",
    "short_name": "AlkoRater",
    "description": "AlkoRater to offline-first Progressive Web App do śledzenia i oceniania alkoholi. Działa bez internetu — oceniaj piwo, wódkę i wino w każdym miejscu.",
    "start_url": "./index.html",
    "scope": ".",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#000000",
    "theme_color": "#000000",
    "lang": "pl",
    "dir": "ltr",
    "categories": [
        "lifestyle",
        "food-drink",
        "utilities"
    ],
    "icons": [
        {
            "src": "icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Szukaj alkoholu",
            "short_name": "Szukaj",
            "description": "Wyszukaj alkohol do oceny",
            "url": "./index.html?action=search",
            "icons": [
                {
                    "src": "icons/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "prefer_related_applications": false
}
