{
  "name": "DuzinVisor - 同人購入支援ツール",
  "short_name": "DuzinVisor",
  "description": "同人イベントでの同人購入を効率的にサポートするツール",
  "scope": "/",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#7c3aed",
  "background_color": "#ffffff",
  "categories": ["productivity", "shopping"],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%237c3aed' width='192' height='192'/><text x='50%' y='50%' dominant-baseline='middle' text-anchor='middle' font-size='80' fill='white' font-family='sans-serif' font-weight='bold'>DV</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "イベント一覧",
      "short_name": "イベント",
      "description": "最新のイベント一覧を表示",
      "url": "/events",
      "icons": [
        {
          "src": "/icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "チェックリスト",
      "short_name": "チェック",
      "description": "購入リストチェックリスト",
      "url": "/viewer",
      "icons": [
        {
          "src": "/icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
