{
  "name": "BCRD - Bacardi Highball Rally",
  "short_name": "BCRD",
  "description": "恵比寿エリアのハイボール店舗でスタンプラリーを楽しもう！",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#91bb98",
  "theme_color": "#91bb98",
  "orientation": "portrait",
  "scope": "/",
  "lang": "ja",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["food", "lifestyle", "entertainment"],
  "shortcuts": [
    {
      "name": "QRスキャン",
      "short_name": "QR",
      "description": "QRコードをスキャンしてスタンプを獲得",
      "url": "/?action=qr-scan",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "店舗検索",
      "short_name": "店舗",
      "description": "近くの参加店舗を検索",
      "url": "/?action=shop-search",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}