{
  "id": "./index.html",
  "name": "Frasly Music",
  "short_name": "Frasly Music",
  "lang": "es",
  "dir": "ltr",
  "description": "Estados emocionales: música y vídeo por estados de ánimo, con rutas de un estado a otro. Mood-based music and video, with routes from one mood to another.",
  "categories": ["music", "entertainment", "lifestyle"],
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0d0d12",
  "theme_color": "#0d0d12",
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "file_handlers": [
    {
      "action": "./dispositivo.html",
      "accept": {
        "audio/mpeg": [".mp3"],
        "audio/mp4": [".m4a", ".aac"],
        "audio/wav": [".wav"],
        "audio/ogg": [".ogg", ".oga"],
        "audio/flac": [".flac"],
        "audio/opus": [".opus"],
        "audio/webm": [".weba"]
      }
    }
  ]
}
