{
  "id": "/",
  "name": "moomooplay 游戏厅",
  "short_name": "moomoo",
  "description": "小小创作者的游戏乐园：自己做的游戏，和家人一起玩！",
  "lang": "zh-CN",
  "dir": "ltr",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "fullscreen",
  "display_override": ["fullscreen", "standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "background_color": "#f7fbff",
  "theme_color": "#61d29f",
  "categories": ["games", "education", "kids"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "哞哞点点乐",
      "short_name": "点点乐",
      "description": "打开点击小游戏",
      "url": "/?game=hello-clicker",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "记忆翻翻牌",
      "short_name": "翻翻牌",
      "description": "打开记忆翻牌小游戏",
      "url": "/?game=memory-match",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "气球啪啪啪",
      "short_name": "气球",
      "description": "打开气球反应小游戏",
      "url": "/?game=balloon-pop",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "screenshots": [
    {
      "src": "/assets/hero-arcade.webp",
      "sizes": "1717x916",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "moomooplay 游戏厅"
    },
    {
      "src": "/games/hello-clicker/cover.webp",
      "sizes": "1100x1100",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "哞哞点点乐"
    }
  ]
}
