{
  "name": "MPA课表",
  "short_name": "MPA课表",
  "id": "./",
  "description": "电子科技大学非全日制课表 PWA：导入学校 PDF，本地解析与离线查看，无需登录",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "prefer_related_applications": false,
  "orientation": "any",
  "background_color": "#0a3d2e",
  "theme_color": "#0a3d2e",
  "lang": "zh-CN",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
