{
    "name": "SIA Web Dashboard",
    "short_name": "SIA Dashboard",
    "description": "Comprehensive storyworld management and scene editing platform",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#2563eb",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en",
    "dir": "ltr",
    "icons": [
        {
            "src": "/icons/icon-72x72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/icons/icon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/icons/icon-128x128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/icons/icon-144x144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/icons/icon-152x152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/icons/icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable any"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/desktop-library.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Library view showing storyworlds"
        },
        {
            "src": "/screenshots/desktop-editor.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Scene editor with collaborative features"
        },
        {
            "src": "/screenshots/mobile-library.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Mobile library view"
        }
    ],
    "categories": [
        "productivity",
        "entertainment",
        "education"
    ],
    "shortcuts": [
        {
            "name": "New Storyworld",
            "short_name": "New",
            "description": "Create a new storyworld",
            "url": "/library?action=new",
            "icons": [
                {
                    "src": "/icons/shortcut-new.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Library",
            "short_name": "Library",
            "description": "Browse your storyworlds",
            "url": "/library",
            "icons": [
                {
                    "src": "/icons/shortcut-library.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Recent Scenes",
            "short_name": "Recent",
            "description": "Access recently edited scenes",
            "url": "/recent",
            "icons": [
                {
                    "src": "/icons/shortcut-recent.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false,
    "protocol_handlers": [
        {
            "protocol": "web+sia",
            "url": "/open?url=%s"
        }
    ],
    "file_handlers": [
        {
            "action": "/import",
            "accept": {
                "application/json": [
                    ".json"
                ],
                "text/plain": [
                    ".txt",
                    ".md"
                ]
            }
        }
    ],
    "share_target": {
        "action": "/share",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "files",
                    "accept": [
                        "image/*",
                        "video/*",
                        "audio/*",
                        ".pdf",
                        ".doc",
                        ".docx"
                    ]
                }
            ]
        }
    },
    "launch_handler": {
        "client_mode": "focus-existing"
    },
    "edge_side_panel": {
        "preferred_width": 400
    },
    "display_override": [
        "window-controls-overlay",
        "standalone",
        "minimal-ui",
        "browser"
    ]
}