{
    "name": "GemFreq - Crystal Frequency Healing",
    "short_name": "GemFreq",
    "description": "Experience the healing power of crystal frequencies with angelic choir harmonics. Sacred sound therapy using golden ratio harmonics and cathedral reverb for meditation and spiritual healing.",
    "start_url": "/?pwa=true",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#121212",
    "theme_color": "#bcabdf",
    "categories": ["health", "lifestyle", "music", "meditation"],
    "lang": "en",
    "version": "8.1",
    "cache_bust": "production-ready",
    "icons": [
        {
            "src": "icons/icon-96x96.svg",
            "sizes": "96x96",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "icons/icon-192x192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "icons/icon-512x512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "icons/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        }
    ],
    "screenshots": [
        {
            "src": "images/hero.png",
            "sizes": "1200x630",
            "type": "image/png",
            "form_factor": "wide"
        }
    ],
    "shortcuts": [
        {
            "name": "Root Chakra Crystals",
            "short_name": "Root",
            "description": "Access grounding root chakra crystal frequencies",
            "url": "/?chakra=root",
            "icons": [{ "src": "icons/icon-96x96.svg", "sizes": "96x96", "type": "image/svg+xml" }]
        },
        {
            "name": "Heart Chakra Crystals",
            "short_name": "Heart",
            "description": "Access loving heart chakra crystal frequencies",
            "url": "/?chakra=heart",
            "icons": [{ "src": "icons/icon-96x96.svg", "sizes": "96x96", "type": "image/svg+xml" }]
        }
    ]
}