{
    "theme_color": "#4DB6AC",
    "background_color": "#ffffff",
    "display": "standalone",
    "scope": "/",
    "start_url": "/",
    "id": "/",
    "name": "Pawsome Family",
    "short_name": "Pawsome",
    "description": "The all-in-one app to manage your pet's life.",
    "orientation": "portrait",
    "categories": ["lifestyle", "social", "productivity"],
    "lang": "uk-UA",
    "dir": "ltr",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "/paw-logo.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-256x256.png",
            "sizes": "256x256",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Дашборд організації",
            "short_name": "Дашборд",
            "description": "Перейти на дашборд організації",
            "url": "/orgboard",
            "icons": [
                {
                    "src": "/icon-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Команда",
            "short_name": "Команда",
            "description": "Учасники організації",
            "url": "/team",
            "icons": [
                {
                    "src": "/icon-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Тварини",
            "short_name": "Тварини",
            "description": "Керування тваринами",
            "url": "/pet-management",
            "icons": [
                {
                    "src": "/icon-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Повідомлення",
            "short_name": "Чат",
            "description": "Месенджер",
            "url": "/messenger",
            "icons": [
                {
                    "src": "/icon-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}
