Skip to content

Instantly share code, notes, and snippets.

@javi-moralesf
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save javi-moralesf/4953183593cf4435e7c3 to your computer and use it in GitHub Desktop.
Save javi-moralesf/4953183593cf4435e7c3 to your computer and use it in GitHub Desktop.
{
"manifest_version": 1,
"name": "Whois Extension",
"description": "This extension will move us to the whois of the current tab",
"version": "1.0",
"browser_action": {
"default_icon": "icon.png",
},
"background": {
"scripts": ["background.js"]
},
"permissions": [
"activeTab"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment