{
  "name": "Waved Studio",
  "short_name": "Waved Studio",
  "description": "Design custom wavetables for Serum 2, Vital, and Phase Plant. A browser-native wavetable synthesizer with 3D topology, FM operators, motion curves, and real-time audio preview — works offline.",
  "theme_color": "#00F0FF",
  "background_color": "#0A0A0B",
  "display": "standalone",
  "display_override": ["window-controls-overlay"],
  "orientation": "any",
  "scope": "/",
  "start_url": "/?source=pwa",
  "dir": "ltr",
  "lang": "en",
  "prefer_related_applications": false,
  "categories": ["music", "audio", "productivity", "utilities"],
  "id": "https://wavedstudio.com",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "32x32 16x16",
      "type": "image/x-icon",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/socialimage.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Waved Studio wavetable editor"
    },
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Waved Studio on mobile — sculpt, modulate, and export wavetables"
    }
  ],
  "shortcuts": [
    {
      "name": "New Wavetable",
      "short_name": "New",
      "description": "Start a new 64-frame wavetable",
      "url": "/?action=new",
      "icons": [
        {
          "src": "/shortcut-icon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Load Preset",
      "short_name": "Presets",
      "description": "Browse and load wavetable presets",
      "url": "/?action=presets",
      "icons": [
        {
          "src": "/shortcut-icon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Export WAV",
      "short_name": "Export",
      "description": "Export the current wavetable as a WAV file",
      "url": "/?action=export",
      "icons": [
        {
          "src": "/shortcut-icon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [],
  "edge_side_panel": {
    "preferred_width": 480
  },
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "web+wavetable",
      "url": "/?import=%s"
    }
  ],
  "scope_extensions": [
    {
      "new_chrome_url": "/?import=%s"
    }
  ],
  "share_target": {
    "action": "/?import",
    "method": "GET",
    "params": {
      "files": [
        {
          "name": "files",
          "accept": [
            {
              "mimetype": "audio/wav",
              "extensions": [".wav"]
            }
          ]
        }
      ]
    }
  }
}
