{
  "name": "RetroNotes",
  "short_name": "RetroNotes",
  "description": "Tu bloc de notas personal con estilo retro Windows 95",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#008080",
  "theme_color": "#000080",
  "lang": "es",
  "icons": [
    {
      "src": "icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
