{
    "name": "Mugra",
    "short_name": "Mugra",
    "description": "Mugra.mk",

    "id": "/",

    "start_url": "/",

    "scope": "/",

    "display": "standalone",

    "display_override": [
        "window-controls-overlay",
        "standalone"
    ],

    "orientation": "portrait",

    "background_color": "#09090b",

    "theme_color": "#09090b",

    "lang": "en",

    "categories": ["business"],

    "share_target": {
        "action": "/share",
        "method": "GET",
        "enctype": "application/x-www-form-urlencoded",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    },

    "protocol_handlers": [
        {
            "protocol": "web+mugra",
            "url": "/protocol?url=%s"
        }
    ],

    "file_handlers": [
        {
            "action": "/go/guests/import",
            "accept": {
                "text/csv": [".csv"],
                "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": [".xlsx"],
                "application/vnd.ms-excel": [".xls"]
            }
        }
    ],

    "shortcuts": [
        {
            "name": "Гости",
            "short_name": "Гости",
            "description": "Листа на гости",
            "url": "/go/guests",
            "icons": [{ "src": "/icons/icon_light_96x96-v2.png", "sizes": "96x96", "type": "image/png" }]
        },
        {
            "name": "Задачи",
            "short_name": "Задачи",
            "description": "Задачи за свадбата",
            "url": "/go/tasks",
            "icons": [{ "src": "/icons/icon_light_96x96-v2.png", "sizes": "96x96", "type": "image/png" }]
        },
        {
            "name": "Пазар",
            "short_name": "Пазар",
            "description": "Пребарај понудувачи",
            "url": "/marketplace",
            "icons": [{ "src": "/icons/icon_light_96x96-v2.png", "sizes": "96x96", "type": "image/png" }]
        },
        {
            "name": "Известувања",
            "short_name": "Известувања",
            "description": "Вашите известувања",
            "url": "/notifications",
            "icons": [{ "src": "/icons/icon_light_96x96-v2.png", "sizes": "96x96", "type": "image/png" }]
        }
    ],

    "icons": [
        {
            "src": "/icons/icon_light_16x16-v2.png",
            "sizes": "16x16",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon_light_32x32-v2.png",
            "sizes": "32x32",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon_light_64x64-v2.png",
            "sizes": "64x64",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon_light_96x96-v2.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon_light_180x180-v2.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon_light_192x192-v2.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon_light_512x512-v2.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}
