{
  "name": "Gamepad Controller",
  "short_name": "Gamepad",
  "description": "Web-based MIDI controller with gamepad and touch support",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#000000",
  "orientation": "any",
  "icons": [
    {
      "src": "favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "./icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["music", "entertainment", "multimedia", "utilities"]
}
