cleaning unused code and fixing indentations

This commit is contained in:
Aidan Campbell 2016-02-13 05:00:29 -05:00
parent 989195d625
commit 783b1a5799
2 changed files with 23 additions and 22 deletions

View File

@ -11,9 +11,10 @@
}, },
"app": { "app": {
"background": { "background": {
"persistent": false,
"scripts": ["background.js"] "scripts": ["background.js"]
} }
}, },
"permissions": ["fullscreen", "alwaysOnTopWindows"] "permissions": ["fullscreen"]
} }