{
  "name": "ブロックバランス - 物理演算積み木ゲーム",
  "short_name": "ブロックバランス",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#6b7280",
  "theme_color": "#6b7280",
  "orientation": "any",
  "icons": [
    {
      "src": "assets/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "ゲームを開始",
      "url": "./#game",
      "description": "ブロックバランスゲームを開始"
    },
    {
      "name": "使い方を見る",
      "url": "./#howto",
      "description": "遊び方ガイドを確認"
    }
  ],
  "description": "物理演算で遊ぶ積み木シミュレーター「ブロックバランス」。",
  "categories": [
    "games",
    "education"
  ],
  "lang": "ja",
  "scope": "/block-balance-game/"
}