{
  "id": "/?app=vsul",
  "name": "VSUL — audio-reactive video studio",
  "short_name": "VSUL",
  "description": "Load a track, stack effects that move on its own frequencies, export an MP4. 78 effects, nothing to install, and your audio never leaves the browser.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/?app=vsul",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#060606",
  "theme_color": "#060606",
  "categories": ["multimedia", "graphics", "music", "productivity"],
  "icons": [
    { "src": "/assets/favicon-32.png", "sizes": "32x32", "type": "image/png" },
    { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" },
    { "src": "/assets/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/assets/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/assets/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/assets/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Open the studio",
      "short_name": "Studio",
      "description": "Go straight to the effect stack",
      "url": "/studio.html"
    },
    {
      "name": "Your account",
      "short_name": "Account",
      "description": "Plan, usage and saved projects",
      "url": "/account.html"
    }
  ]
}
