{
  "name": "Dice War - Strategy Dice Battle Game",
  "short_name": "Dice War",
  "description": "Free online strategy dice battle game. 2-8 players hexagonal territory conquest. Play in English or 中文.",
  "start_url": "/play.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#1a1a2e",
  "background_color": "#1a1a2e",
  "lang": "en",
  "dir": "ltr",
  "categories": ["games", "entertainment"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Play Game (EN)",
      "short_name": "Play EN",
      "description": "Start a new dice war battle in English",
      "url": "/play.html?lang=en"
    },
    {
      "name": "玩游戏 (中文)",
      "short_name": "中文",
      "description": "以中文开始骰子战争",
      "url": "/zh/play.html?lang=zh-CN"
    }
  ]
}
