{
    "name": "Sambhala.Online - Next-Gen Digital Hub",
    "short_name": "Sambhala",
    "start_url": "https://c.polyxswap.online/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#00ffff",
    "theme_color": "#00ffff",
    "orientation": "portrait",
    "description": "Explore innovative technologies and future-driven digital experiences with Sambhala.Online.",

    "icons": [
        {
            "src": "https://c.polyxswap.online/upload/avatars/2024/12/F6JfyKAibjnsXlaJY6bO_17_a5bf5213641d7bba134cfe0db24554c1_thumbnail_512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],

    "splash_screens": [
        {
            "src": "https://c.polyxswap.online/upload/avatars/2024/12/F6JfyKAibjnsXlaJY6bO_17_a5bf5213641d7bba134cfe0db24554c1_thumbnail_512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],

    "shortcuts": [
        {
            "name": "Open Dashboard",
            "short_name": "Dashboard",
            "url": "/dashboard",
            "description": "Access the Sambhala dashboard instantly.",
            "icons": [
                {
                    "src": "https://c.polyxswap.online/upload/avatars/2024/12/F6JfyKAibjnsXlaJY6bO_17_a5bf5213641d7bba134cfe0db24554c1_thumbnail_512x512.png",
                    "sizes": "512x512",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "View Profile",
            "short_name": "Profile",
            "url": "/profile",
            "description": "Quickly view your Sambhala profile.",
            "icons": [
                {
                    "src": "https://c.polyxswap.online/upload/avatars/2024/12/F6JfyKAibjnsXlaJY6bO_17_a5bf5213641d7bba134cfe0db24554c1_thumbnail_512x512.png",
                    "sizes": "512x512",
                    "type": "image/png"
                }
            ]
        }
    ],

    "features": {
        "start_animation": {
            "type": "fade-out",
            "duration": "3s",
            "easing": "ease-in-out"
        },
        "icon_effect": {
            "type": "glossy-pulse",
            "intensity": "high"
        }
    },

    "permissions": {
        "notifications": "granted",
        "geolocation": "granted",
        "camera": "prompt",
        "microphone": "prompt"
    },

    "theme_settings": {
        "dark_mode": true,
        "color_scheme": "dynamic",
        "auto_adapt": true
    },

    "serviceworker": {
        "src": "/service-worker.js",
        "scope": "/",
        "update_via_cache": "all"
    },

    "security": {
        "content_security_policy": "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src * data: https:",
        "cross_origin": "anonymous"
    },

    "branding": {
        "primary_font": "Roboto",
        "secondary_font": "Open Sans",
        "animation_style": "modern",
        "loading_spinner": "circular"
    },

    "seo": {
        "keywords": [
            "Sambhala",
            "Future Technology",
            "AI Innovation",
            "Next-Gen Tools",
            "Digital Solutions"
        ],
        "author": "Sambhala Pvt Ltd",
        "language": "en"
    },

    "offline_capabilities": {
        "enabled": true,
        "cache_assets": true,
        "fallback_page": "/offline.html"
    }
}