{
  "name": "QuickNote",
  "short_name": "QuickNote",
  "description": "Notas ultrarrápidas — más visual que Google Keep",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f1117",
  "theme_color": "#6c63ff",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Nueva nota",
      "short_name": "Nota",
      "description": "Crea una nota de texto rápida",
      "url": "./index.html",
      "icons": [{ "src": "icon.svg", "sizes": "any" }]
    }
  ]
}
