{
  "id": "/",
  "name": "Writers Pad",
  "short_name": "Writers Pad",
  "description": "Your own place to write. Distraction-free editor with AI co-writer, version history, and custom themes.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#1C1917",
  "theme_color": "#1C1917",
  "categories": ["productivity", "education", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-projects.webp",
      "sizes": "1440x815",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Writers Pad — Project view with folders and files"
    },
    {
      "src": "/screenshots/desktop-editor.webp",
      "sizes": "1440x813",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Writers Pad — Distraction-free editor"
    },
    {
      "src": "/screenshots/mobile-projects.png",
      "sizes": "540x960",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Writers Pad — Project view on mobile"
    },
    {
      "src": "/screenshots/mobile-editor.png",
      "sizes": "540x960",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Writers Pad — Editor on mobile"
    }
  ]
}
