{
  "name": "JAM Player Pro",
  "short_name": "JAM",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "any",
  "icons": [
    {
      "src": "icono.jpg",
      "sizes": "192x192",
      "type": "image/jpeg"
    },
    {
      "src": "icono.jpg",
      "sizes": "512x512",
      "type": "image/jpeg"
    }
  ],
  "file_handlers": [
    {
      "action": "./index.html",
      "accept": {
        "application/json": [".jam"]
      }
    }
  ]
}