{
  "name": "体育直播",
  "description": "体育直播",
  "version": "1.0.0",
  "start_url": "/",
  "manifest_version": 2,
  "display": "standalone",
  "orientation": "landscape",
  "theme_color": "#FFF",
  "app": {
    "permissions": [
      "unlimitedStorage",
      "notifications",
      "fullscreen"
    ]
  },
  "icons": [
    {
      "src": "./logo.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ]
}