{
  "name": "Hyeena Audio Player",
  "short_name": "Hyeena",
  "description": "Professional web audio player with Rust/WASM waveform visualization",
  "start_url": "./",
  "display": "standalone",
  "orientation": "landscape",
  "background_color": "#0d0e16",
  "theme_color": "#0d0e16",
  "categories": ["music", "utilities"],
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "file_handlers": [
    {
      "action": "./",
      "accept": {
        "audio/mpeg":       [".mp3"],
        "audio/wav":        [".wav"],
        "audio/ogg":        [".ogg"],
        "audio/flac":       [".flac"],
        "audio/aac":        [".aac"],
        "audio/mp4":        [".m4a"],
        "audio/opus":       [".opus"],
        "audio/webm":       [".weba", ".webm"]
      }
    }
  ],
  "share_target": {
    "action": "./",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": { "url": "url" }
  },
  "protocol_handlers": [
    { "protocol": "web+audio", "url": "./?url=%s" }
  ]
}
