{
  "name": "记忆 · 个人记忆助手",
  "short_name": "记忆",
  "description": "基于艾宾浩斯遗忘曲线的个人记忆工具，支持单词、知识点、错题等多种记忆场景",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#faf8f3",
  "theme_color": "#7a9a7a",
  "lang": "zh-CN",
  "categories": ["education", "productivity", "books"],
  "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
