Hikido

Hikido

#1 Github Email Finder & Exporter.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Hikido",
  "description": "#1 Github Email Finder & Exporter.",
  "version": "1.6.2",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*"
      ],
      "css": [
        "styles.css"
      ],
      "js": [
        "jquery-2.1.4.min.js",
        "angular.min.js",
        "contentscript.js",
        "clipboard.min.js",
        "ngclipboard.min.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "background",
    "tabs",
    "*://hikido.com/*/*"
  ],
  "web_accessible_resources": [
    "popup.js",
    "content.html",
    "jquery-2.1.4.min.js",
    "angular.min.js",
    "contentscript.js",
    "clipboard.min.js",
    "ngclipboard.min.js"
  ]
}