{
    "name": "Fyne AI Assistant",
    "short_name": "Fyne",
    "description": "The AI marketing and engagement platform for businesses",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0A8A48",
    "theme_color": "#0A8A48",
    "orientation": "portrait-primary",
    "scope": "/",
    "icons": [
        {
            "src": "/icons/icon-72x72.png?v=2",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/icons/icon-96x96.png?v=2",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/icons/icon-128x128.png?v=2",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/icons/icon-144x144.png?v=2",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/icons/icon-152x152.png?v=2",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/icons/icon-192x192.png?v=2",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/icons/icon-384x384.png?v=2",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/icons/icon-512x512.png?v=2",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable any"
        }
    ],
    "categories": [
        "education",
        "productivity"
    ],
    "screenshots": [
        {
            "src": "/screenshots/dashboard.png",
            "sizes": "1280x720",
            "type": "image/png"
        }
    ],
    "shortcuts": [
        {
            "name": "Build an Agent",
            "short_name": "Builder",
            "description": "Create or edit your business agent",
            "url": "/creator/business/marketing-agents",
            "icons": [
                {
                    "src": "/icons/icon-96x96.png?v=2",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Discover Agents",
            "short_name": "Discover",
            "description": "Browse business assistants near you",
            "url": "/fyne",
            "icons": [
                {
                    "src": "/icons/icon-96x96.png?v=2",
                    "sizes": "96x96"
                }
            ]
        }
    ]
}