{
  "name": "Writenex Markdown Editor",
  "short_name": "Writenex",
  "description": "The Markdown editor that stays out of your way. Write visually in a clean editor, and we'll handle the perfect Markdown export for you.",
  "start_url": "/editor",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "any",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-desktop.webp",
      "sizes": "1920x1080",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Writenex editor on desktop"
    },
    {
      "src": "/screenshot-mobile.webp",
      "sizes": "750x1334",
      "type": "image/webp",
      "label": "Writenex editor on mobile"
    }
  ]
}
