{
  "name": "OX Gesture Stem Player",
  "short_name": "OX Board",
  "description": "Professional gesture-controlled stem player",
  "start_url": "/",
  "display": "standalone",
  "orientation": "landscape",
  "theme_color": "#9333ea",
  "background_color": "#0a0a0a",
  "lang": "en",
  "scope": "/",
  "categories": ["music", "entertainment", "productivity"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "72x72",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "96x96",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "128x128",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "144x144",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "152x152",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "384x384",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Mix",
      "short_name": "Mix",
      "description": "Start a quick mixing session",
      "url": "/?mode=mix",
      "icons": [
        {
          "src": "/icons/icon.svg",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Stem Player",
      "short_name": "Stems",
      "description": "Open stem player interface",
      "url": "/?mode=stems",
      "icons": [
        {
          "src": "/icons/icon.svg",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Gesture Control",
      "short_name": "Gestures",
      "description": "Access gesture control interface",
      "url": "/?mode=gestures",
      "icons": [
        {
          "src": "/icons/icon.svg",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 480
  },
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  }
}
