OctoHR

OctoHR

OctoHR - GitHub profile pages for Recruiters. Helps recruiters to get more information about developers. Simplifies search for the…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "OctoHR",
  "version": "1.6.0",
  "web_accessible_resources": [
    "options/index.html"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "app/main.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "permissions": [
    "storage",
    "https://github.com/",
    "https://api.github.com/"
  ],
  "icons": {
    "128": "icon128.png"
  }
}