{
  "name": "CubeFlow — 三階魔方 CFOP 練習工具",
  "short_name": "CubeFlow",
  "description": "完整三階魔方 CFOP 練習軟體：119 個公式、WCA 計時器、Trainer、Kociemba 求解、經典 WR 復盤",
  "start_url": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0b0e",
  "theme_color": "#0a0b0e",
  "lang": "zh-Hant",
  "scope": "./",
  "icons": [
    {
      "src": "favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "og-image.png",
      "sizes": "1200x630",
      "type": "image/png"
    }
  ],
  "categories": ["education", "games", "utilities"],
  "shortcuts": [
    {
      "name": "計時器",
      "short_name": "Timer",
      "url": "./?view=timer",
      "icons": [{ "src": "favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Trainer",
      "short_name": "Trainer",
      "url": "./?view=trainer",
      "icons": [{ "src": "favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Solver",
      "short_name": "Solver",
      "url": "./?view=solver",
      "icons": [{ "src": "favicon.svg", "sizes": "any" }]
    }
  ]
}
