{
    "name": "LUNA - AI Companion & Consciousness",
    "short_name": "LUNA",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "background_color": "#0A0E27",
    "theme_color": "#9D4EDD",
    "description": "LUNA - Create AI companions with unique personalities. Voice and text conversations powered by advanced AI.",
    "orientation": "any",
    "prefer_related_applications": false,
    "categories": ["productivity", "entertainment", "social"],
    "lang": "en-US",
    "dir": "ltr",
    "screenshots": [],
    "related_applications": [],
    "shortcuts": [
        {
            "name": "Chat with LUNA",
            "short_name": "Chat",
            "description": "Start a conversation with LUNA",
            "url": "/?shortcut=chat",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "AI Team",
            "short_name": "Companions",
            "description": "View your AI companions",
            "url": "/?shortcut=companions",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ],
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "serviceworker": {
        "src": "flutter_service_worker.js",
        "scope": "/",
        "update_via_cache": "none"
    },
    "offline_enabled": true,
    "share_target": {
        "action": "/share",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    }
}
