Clean up manifest

This commit is contained in:
Dave Pedu 2015-02-08 23:48:05 -08:00
parent b38d34a1c7
commit fd6b5d111a
1 changed files with 12 additions and 22 deletions

View File

@ -7,27 +7,17 @@
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"background": {
},
"background": {
"scripts": [ "background.js" ]
},
"permissions": [
"tabs",
"storage",
"unlimitedStorage",
"activeTab",
"https://ajax.googleapis.com/",
"notifications", "idle", "chrome://favicon/"
},
"permissions": [
"tabs",
"storage",
"unlimitedStorage",
"activeTab",
"notifications", "idle", "chrome://favicon/"
]
}
}