{
    "name": "Bee Cabinet",
    "short_name": "Bee Cabinet",
    "description": "Apiary management service for field records and business accounting.",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "background_color": "#18181b",
    "theme_color": "#18181b",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "url": "/dashboard",
            "description": "Open apiary dashboard"
        },
        {
            "name": "Осмотры",
            "short_name": "Осмотры",
            "url": "/inspections",
            "description": "Open inspection journal"
        },
        {
            "name": "Задачи",
            "short_name": "Задачи",
            "url": "/tasks",
            "description": "Open task list"
        }
    ]
}
