{
  "name": "Web3 ライブ配信プラットフォーム",
  "short_name": "Web3 Streaming",
  "description": "NFTゲート付きライブ配信とSuperfluidストリーミング決済を提供するWeb3プラットフォーム",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "any",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "categories": ["entertainment", "social", "utilities", "finance"],
  "lang": "ja",
  "dir": "ltr",
  "scope": "/",
  "id": "/",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "shortcuts": [
    {
      "name": "配信を見る",
      "short_name": "視聴",
      "description": "ライブ配信一覧を表示",
      "url": "/viewer",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "配信を開始",
      "short_name": "配信",
      "description": "新しい配信を開始",
      "url": "/creator",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "ウォレット",
      "short_name": "ウォレット",
      "description": "ウォレット管理画面",
      "url": "/wallet",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "デスクトップ版のメイン画面"
    },
    {
      "src": "/screenshot-mobile.png",
      "sizes": "375x812",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "モバイル版のメイン画面"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+web3streaming",
      "url": "/handle?url=%s"
    }
  ],
  "handle_links": "preferred",
  "capture_links": "existing-client-navigate"
}