{
  "name": "MarkFlow — Beautiful Markdown Editor",
  "short_name": "MarkFlow",
  "description": "A stunning, feature-rich Markdown editor with live preview, Mermaid diagrams, KaTeX math, and powerful export options.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#111827",
  "theme_color": "#E879F9",
  "categories": ["productivity", "utilities", "developer tools"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/favicon.svg",
      "sizes": "100x100",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "MarkFlow Editor"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Editor",
      "short_name": "Editor",
      "description": "Open the markdown editor",
      "url": "/editor",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ],
  "prefer_related_applications": false
}
