{
  "name": "EngFlow - 用英语打开新世界",
  "short_name": "EngFlow",
  "description": "精选优质教材，沉浸式英语学习",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#19c8b9",
  "background_color": "#eaf6ff",
  "icons": [
    {
      "src": "assets/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}