{
  "id": "/",
  "name": "BLOOB Visualizer — Free Music Visualizer",
  "short_name": "BLOOB",
  "description": "Free music visualizer online: beat-locked scenes, MP4 export, phone remote, no watermark, local-only audio. Galaxy 3D companion included.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#05080f",
  "theme_color": "#0a1018",
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "categories": ["music", "photo", "entertainment", "utilities"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "BLOOB free music visualizer"
    },
    {
      "src": "/galaxy/og.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Galaxy 3D music visualizer"
    }
  ],
  "shortcuts": [
    {
      "name": "Open BLOOB",
      "short_name": "BLOOB",
      "url": "/",
      "description": "2D music visualizer"
    },
    {
      "name": "Open Galaxy 3D",
      "short_name": "Galaxy",
      "url": "/galaxy/",
      "description": "3D cosmic visualizer"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
