HackOne

HackOne

Your hacker profile, saved locally in Chrome. Instantly share it with hackathons.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "HackOne",
  "version": "0.1.1",
  "manifest_version": 2,
  "description": "Your hacker profile, saved locally in Chrome. Instantly share it with hackathons.",
  "homepage_url": "https://hackone.me",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "options_page": "src/options/index.html",
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "HackOne",
    "default_popup": "src/page_action/page_action.html"
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "http://*/*",
    "https://*/*"
  ]
}