{
  "name": "Editor Markdown tipo Notion — Notas en tu navegador",
  "short_name": "Markdown Notes",
  "description": "Editor markdown 100% client-side con sidebar jerárquica de páginas, preview en vivo split-view, persistencia IndexedDB, full-text search, import desde ZIP de Notion y export ZIP completo. Bilingüe español e inglés con toggle en vivo. Sin registro, sin tracking, sin servidor: tus notas viven en tu navegador.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#050505",
  "theme_color": "#050505",
  "lang": "es-ES",
  "orientation": "any",
  "categories": ["productivity", "utilities", "education"],
  "icons": [
    {
      "src": "og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "favicon.ico",
      "sizes": "64x64",
      "type": "image/x-icon",
      "purpose": "any"
    }
  ]
}