Removed stuff from manifest
This commit is contained in:
parent
5e2617d4fc
commit
530519294b
1 changed files with 2 additions and 7 deletions
|
@ -1,18 +1,13 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
|
||||
"name": "Getting started example",
|
||||
"description": "This extension shows a Google Image search result for the current page",
|
||||
"name": "Hipchat Emoticons for all",
|
||||
"description": "Allows use of hipchat emoticons on other websites",
|
||||
"version": "ALPHA",
|
||||
|
||||
"browser_action": {
|
||||
"default_icon": "icon.png",
|
||||
"default_popup": "popup.html"
|
||||
},
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["http://www.google.com/*"],
|
||||
"css": ["mystyles.css"],
|
||||
"js": ["jquery.js", "myscript.js"]
|
||||
}
|
||||
],
|
||||
|
|
Reference in a new issue