{
    "name": "Moje Animatsuri",
    "short_name": "Animatsuri",
    "description": "System konwentu Animatsuri — bilety, wystawcy, atrakcje, wolontariat.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#445982",
    "background_color": "#6183c2",
    "lang": "pl",
    "dir": "ltr",
    "icons": [
        {
            "src": "/img/pwa/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/img/pwa/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/img/pwa/icon-512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Mój bilet",
            "url": "/bilety",
            "icons": [{ "src": "/img/pwa/shortcut-ticket.png", "sizes": "96x96", "type": "image/png" }]
        },
        {
            "name": "Program",
            "url": "/program",
            "icons": [{ "src": "/img/pwa/shortcut-program.png", "sizes": "96x96", "type": "image/png" }]
        },
        {
            "name": "Mapa",
            "url": "/mapa",
            "icons": [{ "src": "/img/pwa/shortcut-map.png", "sizes": "96x96", "type": "image/png" }]
        }
    ],
    "related_applications": [
        {
            "platform": "webapp",
            "url": "https://moje.animatsuri.pl/manifest.json"
        }
    ],
    "prefer_related_applications": false,
    "screenshots": [
        {
            "src": "/img/pwa/screenshot-wide.png?v=2",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Twoje bilety i zamówienia"
        },
        {
            "src": "/img/pwa/screenshot-narrow.png?v=2",
            "sizes": "540x1170",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Twoje bilety i zamówienia na telefonie"
        }
    ]
}
