{
  "name": "MdEd - Markdown Editor",
  "short_name": "MdEd",
  "description": "Distraction-free, opinionated cross-platform Markdown editor",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#242225",
  "theme_color": "#242225",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "192x192 512x512 any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "New Note",
      "url": "/?action=new",
      "description": "Create a new markdown note"
    }
  ]
}
