Octohint

Octohint

IntelliSense hint for GitHub

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Octohint",
  "version": "2.0.9",
  "description": "IntelliSense hint for GitHub",
  "homepage_url": "https://github.com/pd4d10/octohint",
  "icons": {
    "128": "icons/logo.png"
  },
  "background": {
    "scripts": [
      "dist/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "https://github.com/*",
    "https://gist.github.com/*",
    "https://gitlab.com/*",
    "https://bitbucket.org/*"
  ],
  "optional_permissions": [
    "<all_urls>"
  ],
  "options_ui": {
    "page": "dist/options.html",
    "chrome_style": true
  },
  "browser_action": {
    "default_icon": "icons/inactive.png"
  }
}