{
  "name": "mGBA 中文官网",
  "short_name": "mGBA",
  "description": "高精度、开源、跨平台的 Game Boy Advance / GB / GBC 模拟器",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0612",
  "theme_color": "#0a0612",
  "orientation": "any",
  "lang": "zh-CN",
  "dir": "ltr",
  "categories": ["games", "entertainment", "utilities"],
  "icons": [
    {
      "src": "images/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "images/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "images/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/logo.png",
      "sizes": "200x200",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "下载中心",
      "short_name": "下载",
      "description": "查看 mGBA 各平台下载入口",
      "url": "/download.html"
    },
    {
      "name": "功能特性",
      "short_name": "功能",
      "description": "了解 mGBA 的核心能力",
      "url": "/features.html"
    },
    {
      "name": "使用指南",
      "short_name": "指南",
      "description": "快速上手与进阶使用文档",
      "url": "/guide.html"
    }
  ]
}
