{
  "name": "MD File Online - Edit Markdown Files Online",
  "short_name": "MD Online",
  "description": "Free online markdown editor with live preview. Edit MD files online with syntax highlighting and PDF export.",
  "icons": [
    {
      "src": "/favicon_io/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon_io/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "theme_color": "#1a1a1a",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "any",
  "start_url": "/",
  "scope": "/",
  "categories": ["productivity", "utilities", "developer tools"]
}