{
  "name": "小猫小狗拼图相册",
  "short_name": "猫狗拼图",
  "description": "可爱的小猫小狗拼图游戏，拖动拼图块还原萌照！",
  "id": "catdog-puzzle-v1",
  "start_url": "./index.html",
  "scope": "./",
  "lang": "zh-CN",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#FFF8F0",
  "theme_color": "#FF8C42",
  "categories": ["games", "entertainment"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": []
}