diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-09-23 21:57:07 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-09-23 21:57:07 +0200 |
commit | b48de94ff477d12f59c392b14e6518174bec879c (patch) | |
tree | f0bdfac51608a958bbb7b3b0d904d204a8839d01 /manifest.json | |
parent | 667c055fc25c3d1de6ac6d82db2b0d90f3414672 (diff) |
add animation
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/manifest.json b/manifest.json index 1291bc37a..880515731 100644 --- a/manifest.json +++ b/manifest.json @@ -43,12 +43,7 @@ ], "background": { - "scripts": [ - "lib/vendor/URI.js", - "lib/vendor/lodash.core.min.js", - "lib/vendor/system-csp-production.src.js", - "background/main.js" - ] + "page": "background/background.html" }, "minimum_chrome_version": "47.0.2526" |