Added options with blacklist and theme. Created a function for changing the extension icon color.

This commit is contained in:
Mario Basic
2015-05-27 23:03:32 +02:00
parent 5b966014c4
commit fe62decf07
15 changed files with 12049 additions and 217 deletions

View File

@@ -10,7 +10,8 @@
},
"permissions": [
"alarms",
"tabs"
"tabs",
"storage"
],
"background": {
"scripts": [
@@ -25,5 +26,9 @@
},
"default_title": "WakaTime",
"default_popup": "popup.html"
},
"options_ui": {
"page": "options.html",
"chrome_style": true
}
}