{
  "id": "/starwarsquiz/",
  "name": "Star Wars Quiz",
  "short_name": "SW Quiz",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "background_color": "#111827",
  "theme_color": "#111827",
  "orientation": "any",
  "icons": [
    {
      "src": "icono.jpg",
      "sizes": "192x192",
      "type": "image/jpeg"
    },
    {
      "src": "icono.jpg",
      "sizes": "512x512",
      "type": "image/jpeg"
    }
  ]
}