Octo-Free

Octo-Free

Code tree for GitHub

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Octo-Free",
  "version": "10.0.0",
  "manifest_version": 2,
  "author": "Buu Nguyen, Andrii Trybynenko",
  "description": "Code tree for GitHub",
  "homepage_url": "https://github.com/tamer1an/octo-free",
  "icons": {
    "128": "icons/icon128.png"
  },
  "permissions": [
    "https://github.com/*",
    "storage"
  ],
  "optional_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "*.woff2",
    "*.png",
    "*.gif"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}