{
  "name": "追光释经助手",
  "short_name": "追光释经",
  "description": "智能的在线圣经研究工具",
  "icons": [
    {
      "src": "/images/logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1a365d",
  "theme_color": "#d4af37",
  "orientation": "portrait-primary",
  "lang": "zh-CN",
  "categories": ["education", "books", "religion"],
  "screenshots": [
    {
      "src": "/images/screenshot1.webp",
      "sizes": "1280x800",
      "type": "image/webp"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "shortcuts": [
    {
      "name": "新建释经",
      "short_name": "新建",
      "description": "创建新的释经",
      "url": "/new?source=pwa",
      "icons": [
        {
          "src": "/images/logo-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "serviceworker": {
    "src": "/service-worker.js",
    "scope": "/",
    "type": "module"
  }
}
