{
  "name": "μcor Digital Audio Workstation",
  "short_name": "μcor",
  "description": "AI-powered browser-based modular synthesizer workstation for music creation and sound design",
  "version": "0.311",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#ffa25d",
  "background_color": "#151515",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "music",
    "entertainment",
    "productivity",
    "audio",
    "creativity"
  ],
  "prefer_related_applications": false,
  "isolation": true,
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "icons": [
    {
      "src": "icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/maskable-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "assets/workstation-screenshot.jpg",
      "sizes": "1704x986",
      "type": "image/png",
      "platform": "wide",
      "label": "Desktop workstation view"
    }
  ],
  "shortcuts": [
    {
      "name": "New Workspace",
      "short_name": "New",
      "description": "Create a new empty workspace",
      "url": "/?action=new",
      "icons": [
        {
          "src": "icons/shortcut-new.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Load Workspace",
      "short_name": "Load",
      "description": "Load a saved workspace",
      "url": "/?action=load",
      "icons": [
        {
          "src": "icons/shortcut-load.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "AI Sound Generator",
      "short_name": "AI Audio",
      "description": "Generate sounds with AI",
      "url": "/?action=ai-generate",
      "icons": [
        {
          "src": "icons/shortcut-ai.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "protocol_handlers": [
    {
      "protocol": "web+ucor",
      "url": "/?workspace=%s"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}