{
  "id": "./",
  "name": "Venue Hi-Fi Player",
  "short_name": "Venue Hi-Fi",
  "description": "Royalty-free music player for cafés and bars: stations, Jamendo tracks and local files with studio-grade expander and exciter.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0b0f19",
  "theme_color": "#00ff88",
  "categories": ["music", "entertainment", "business"],
  "prefer_related_applications": false,
  "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 maskable"
    },
    {
      "src": "cover.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Open the player",
      "short_name": "Player",
      "url": "./#player",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Royalty-free search",
      "short_name": "Search",
      "url": "./#rfSearchInput"
    }
  ]
}
