{
  "short_name": "Side-B",
  "name": "Side-B Music Share",
  "description": "Generate and share universal music links across streaming platforms instantly.",
  "icons": [
    {
      "src": "/icon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "background_color": "#06050b",
  "theme_color": "#8b5cf6",
  "display": "standalone",
  "orientation": "portrait",
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
