{
  "name": "WebTerm",
  "short_name": "WebTerm",
  "description": "在线SSH工具",
  "manifest_version": 2,
  "version": "17.0",
  "theme_color": "#141414",
  "icons": [
    {
      "src":"/static/img/logo.png",
      "sizes":"144x144"
    }
  ],
  "display": "standalone",
  "orientation": "portrait",
  "start_url": "/",
  "scope": "/",
  "permissions": [
    "geolocation",
    "notifications"
  ]
}
