{
    "name": "Mimirio",
    "short_name": "Mimirio",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#2f4858",
    "theme_color": "#2f4858",
    "description": "Your agentic AI platform",
    "orientation": "any",
    "categories": [
        "productivity",
        "business",
        "utilities"
    ],
    "prefer_related_applications": false,
    "launch_handler": {
        "client_mode": "navigate-existing"
    },
    "shortcuts": [
        {
            "name": "New chat",
            "short_name": "New chat",
            "description": "Start a new conversation",
            "url": "./",
            "icons": [
                {
                    "src": "icons/shortcut-new-chat-96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                },
                {
                    "src": "icons/shortcut-new-chat-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "New workspace",
            "short_name": "Workspace",
            "description": "Start a new conversation in workspace mode",
            "url": "./?style=workspace",
            "icons": [
                {
                    "src": "icons/shortcut-new-workspace-96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                },
                {
                    "src": "icons/shortcut-new-workspace-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Skills",
            "short_name": "Skills",
            "description": "Browse and edit skills",
            "url": "./skill",
            "icons": [
                {
                    "src": "icons/shortcut-skills-96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                },
                {
                    "src": "icons/shortcut-skills-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "My files",
            "short_name": "Files",
            "description": "Manage your uploaded files",
            "url": "./account/files/user-files",
            "icons": [
                {
                    "src": "icons/shortcut-files-96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                },
                {
                    "src": "icons/shortcut-files-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ],
    "share_target": {
        "action": "./",
        "method": "GET",
        "enctype": "application/x-www-form-urlencoded",
        "params": {
            "title": "share_title",
            "text": "share_text",
            "url": "share_url"
        }
    },
    "file_handlers": [
        {
            "action": "./",
            "name": "Mimirio document",
            "launch_type": "single-client",
            "accept": {
                "application/pdf": [
                    ".pdf"
                ],
                "application/vnd.openxmlformats-officedocument.wordprocessingml.document": [
                    ".docx"
                ],
                "application/vnd.ms-powerpoint": [
                    ".ppt"
                ],
                "application/vnd.openxmlformats-officedocument.presentationml.presentation": [
                    ".pptx"
                ],
                "application/vnd.ms-excel": [
                    ".xls"
                ],
                "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": [
                    ".xlsx"
                ],
                "message/rfc822": [
                    ".eml"
                ],
                "application/vnd.ms-outlook": [
                    ".msg"
                ]
            }
        }
    ],
    "protocol_handlers": [
        {
            "protocol": "web+mimirio",
            "url": "./?protocol=%s"
        }
    ],
    "icons": [
        {
            "src": "icons/icon-96.png",
            "sizes": "96x96",
            "type": "image/png"
        },
        {
            "src": "icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "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"
        }
    ],
    "screenshots": [
        {
            "src": "screenshots/promo-answer-wide.png",
            "sizes": "2560x1600",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Ask a question and get an answer with the sources it came from"
        },
        {
            "src": "screenshots/promo-tools-wide.png",
            "sizes": "2560x1600",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Follow along as the agent searches, reads and reasons"
        },
        {
            "src": "screenshots/promo-document-wide.png",
            "sizes": "2560x1600",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Write and revise documents in the built-in editor"
        },
        {
            "src": "screenshots/promo-start-wide.png",
            "sizes": "2560x1600",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Start a conversation with the agent that fits the task"
        },
        {
            "src": "screenshots/promo-answer-narrow.png",
            "sizes": "1170x2532",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Ask a question and get an answer with the sources it came from"
        },
        {
            "src": "screenshots/promo-tools-narrow.png",
            "sizes": "1170x2532",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Follow along as the agent searches, reads and reasons"
        },
        {
            "src": "screenshots/promo-document-narrow.png",
            "sizes": "1170x2532",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Write and revise documents in the built-in editor"
        },
        {
            "src": "screenshots/promo-start-narrow.png",
            "sizes": "1170x2532",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Start a conversation with the agent that fits the task"
        }
    ]
}
