{
    "name": "Planer ślubny by momenty",
    "short_name": "Planer Ślubny",
    "description": "Twój osobisty planer ślubny online",
    "start_url": "/planer/",
    "scope": "/planer/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#db2777",
    "icons": [
        {
            "src": "logo/logo_pwa.jpg",
            "sizes": "192x192",
            "type": "image/jpeg"
        },
        {
            "src": "logo/logo_pwa.jpg",
            "sizes": "512x512",
            "type": "image/jpeg"
        }
    ],
    "shortcuts": [
        {
            "id": "add-guest",
            "name": "Dodaj Gościa",
            "short_name": "Gość",
            "description": "Szybkie dodawanie nowego gościa",
            "url": "/planer/#view=guests&action=add-guest",
            "icons": [
                {
                    "src": "icons/png/couple.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "id": "add-expense",
            "name": "Dodaj Wydatek",
            "short_name": "Wydatek",
            "description": "Szybkie dodawanie nowego wydatku",
            "url": "/planer/#view=budget&action=add-expense",
            "icons": [
                {
                    "src": "icons/png/gift-box.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "id": "view-gallery",
            "name": "Zobacz galerię",
            "short_name": "Galeria",
            "description": "Zobacz zdjęcia na stronie ślubnej",
            "url": "/planer/#view=website-gallery",
            "icons": [
                {
                    "src": "icons/png/photo-camera.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}