{
  "name": "泡泡妈的写字工具",
  "short_name": "写字",
  "description": "汉字笔顺练习，米字格描红 + 语音 + 1-5 评分激励",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FBF6EC",
  "theme_color": "#F5EFE6",
  "lang": "zh-CN",
  "dir": "ltr",
  "categories": ["education", "lifestyle", "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/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "继续写字",
      "short_name": "写字",
      "description": "打开上次的字",
      "url": "./index.html?action=resume",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
