{
  "name": "蒙氏数理 - 儿童免费数学游戏",
  "short_name": "蒙氏数理",
  "description": "采用蒙台梭利方法的互动算术游戏。免费数学应用，为儿童提供有趣的数学活动。",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4CAF50",
  "orientation": "portrait",
  "icons": [
    {
      "src": "./web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "./web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "./favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    }
  ],
  "categories": ["education", "games"],
  "lang": "zh-CN"
}