{
  "name": "中基导图",
  "short_name": "中基导图",
  "description": "中基导图 - 中医基础理论学习工具",
  "start_url": "index.html",
  "display": "standalone",
  "background_color": "#1a237e",
  "theme_color": "#1a237e",
  "icons": [
    {
      "src": "2.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "orientation": "portrait",
  "categories": ["education", "medical"],
  "shortcuts": [
    {
      "name": "进入应用",
      "short_name": "进入",
      "description": "直接进入中基导图",
      "url": "index.html",
      "icons": [{ "src": "2.png", "sizes": "96x96" }]
    }
  ]
}