{
  "name": "The Markdown Editor - Free Online Markdown Editor with Live Preview",
  "short_name": "Markdown Editor",
  "description": "Free online markdown editor with live preview and bidirectional editing. Edit and preview markdown in real-time with synchronized scrolling.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1976d2",
  "orientation": "any",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    },
    {
      "src": "/image/ikemo-Logo-Black-CIRCLE.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "development", "utilities"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Document",
      "short_name": "New",
      "description": "Start editing a new markdown document",
      "url": "/",
      "icons": []
    }
  ]
}
