{
    "name": "Elliott Wave Insight",
    "short_name": "EWI",
    "description": "Daily Elliott Wave analysis, trading tools and EA suite for serious traders.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0d0d0d",
    "theme_color": "#4da3ff",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en",
    "categories": [
        "finance",
        "education"
    ],
    "icons": [
        {
            "src": "/wp-content/themes/Insight-Theme/assets/images/pwa/icon-72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/wp-content/themes/Insight-Theme/assets/images/pwa/icon-96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/wp-content/themes/Insight-Theme/assets/images/pwa/icon-128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/wp-content/themes/Insight-Theme/assets/images/pwa/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/wp-content/themes/Insight-Theme/assets/images/pwa/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable any"
        }
    ],
    "shortcuts": [
        {
            "name": "Analysis Feed",
            "short_name": "Feed",
            "description": "View latest Elliott Wave analysis",
            "url": "/analysis-feed/",
            "icons": [
                {
                    "src": "/wp-content/themes/Insight-Theme/assets/images/pwa/icon-96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Trading Tools",
            "short_name": "Tools",
            "description": "Access trading tools and calculators",
            "url": "/tools/",
            "icons": [
                {
                    "src": "/wp-content/themes/Insight-Theme/assets/images/pwa/icon-96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "My Account",
            "short_name": "Account",
            "description": "View your member dashboard",
            "url": "/my-account/",
            "icons": [
                {
                    "src": "/wp-content/themes/Insight-Theme/assets/images/pwa/icon-96.png",
                    "sizes": "96x96"
                }
            ]
        }
    ]
}