git-tree

git-tree

Code tree for GitHub and GitLab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "git-tree",
  "version": "1.0.1",
  "manifest_version": 2,
  "author": "Buu Nguyen,Sirk,yutou",
  "description": "Code tree for GitHub and GitLab",
  "homepage_url": "http://git.souche.com/shenkai/Souche-Octotree",
  "icons": {
    "128": "icons/icon128.png"
  },
  "permissions": [
    "https://github.com/*",
    "http://*/*",
    "storage"
  ],
  "optional_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}