TreeVed

TreeVed

TreeVed is a platform for the discovery and sharing of knowledge and wisdom.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "TreeVed",
  "name": "TreeVed",
  "description": "TreeVed is a platform for the discovery and sharing of knowledge and wisdom.",
  "version": "1.14.0",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "activeTab",
    "identity"
  ],
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "treeved-extension-icon.png",
      "128": "treeved-extension-icon.png"
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline';"
  },
  "oauth2": {
    "client_id": "516082304162-vn119k9dnq5tji7mde6v1m7edv1pptbo.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  }
}