{
    "name": "VERIFIYE",
    "short_name": "VERIFIYE",
    "description": "Register, verify and protect your devices on the VERIFIYE platform.",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#0f1115",
    "theme_color": "#FFB81C",
    "lang": "en",
    "categories": [
        "utilities",
        "security"
    ],
    "icons": [
        {
            "src": "/uploads/settings/general_favicon.png",
            "sizes": "any",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/pwa-ui/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/pwa-ui/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Register Device",
            "short_name": "Register",
            "description": "Register a new device",
            "url": "/devices/create",
            "icons": [
                {
                    "src": "/pwa-ui/icons/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Search Device",
            "short_name": "Search",
            "description": "Verify a device",
            "url": "/search",
            "icons": [
                {
                    "src": "/pwa-ui/icons/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}