GiteeTree

GiteeTree

基于 Octotree 的[码云](https://gitee.com)文件树插件

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "GiteeTree",
  "version": "2.4.9",
  "manifest_version": 2,
  "author": "Gitee",
  "description": "基于 Octotree 的[码云](https://gitee.com)文件树插件",
  "homepage_url": "https://gitee.com/oschina/GitCodeTree",
  "icons": {
    "128": "icons/icon128.png"
  },
  "permissions": [
    "https://github.com/*",
    "http://git.oschina.net/*",
    "https://git.oschina.net/*",
    "http://gitee.com/*",
    "https://gitee.com/*",
    "https://bitbucket.org/*",
    "storage"
  ],
  "optional_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "*.woff2"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}