{
  "name": "orOS Writer",
  "short_name": "orOS",
  "description": "Privacy-first rich text editor. Works offline. No tracking.",
  "start_url": "editor.html",
  "scope": ".",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1b1a18",
  "theme_color": "#c8a96e",
  "icons": [
    {
      "src": "favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "lang": "en",
  "dir": "ltr"
}