{
  "name": "medit — Markdown Editor",
  "short_name": "medit",
  "description": "A local client-side markdown editor with live preview, MathJax and Mermaid support",
  "start_url": "./?source=pwa",
  "scope": ".",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f5f5f5",
  "theme_color": "#f0f0f0",
  "categories": ["productivity"],
  "icons": [
    {
      "src": "./favicon.ico",
      "sizes": "32x32",
      "type": "image/x-icon"
    },
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "file_handlers": [
    {
      "action": "./?source=file-handler",
      "description": "Open markdown file in medit editor",
      "accept": {
        "text/markdown": [".md", ".markdown"],
        "text/plain": [".txt"]
      }
    }
  ]
}
