{
  "name": "Lista de Tareas + Notas en el navegador",
  "short_name": "Tareas+Notas",
  "description": "Gestor de tareas y notas 100% client-side con persistencia IndexedDB, vista Kanban ligera, notas en Markdown, tags filtrables, búsqueda global y export/import JSON. Bilingüe ES/EN. Sin registro, sin tracking, sin servidor.",
  "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"
    }
  ]
}