{
  "name": "搜索系统",
  "short_name": "搜索",
  "description": "影视 · 游戏 全能搜索",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0e1420",
  "theme_color": "#0e1420",
  "categories": ["entertainment", "utilities", "lifestyle"],
  "icons": [
    {
      "src": "图标/图标-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "图标/图标-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {"name": "搜索", "short_name": "搜索", "url": "./index.html"},
    {"name": "模拟器", "short_name": "模拟器", "url": "./index.html#模拟器"},
    {"name": "软件库", "short_name": "软件库", "url": "./index.html#软件库"}
  ]
}