{
    "name": "Markdown 编辑器",
    "short_name": "MD编辑器",
    "description": "支持实时预览、代码高亮、Mermaid 流程图、数学公式的 Markdown 编辑器",
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#1e1e2e",
    "theme_color": "#181825",
    "icons": [
        {
            "src": "icon-192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "icon-192.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any"
        }
    ],
    "file_handlers": [
        {
            "action": "./index.html",
            "accept": {
                "text/markdown": [".md", ".markdown"]
                // , "text/plain": [".txt"]
            }
        }
    ]
}
