add css to manifest

This commit is contained in:
Tamius Han 2020-02-01 17:48:49 +01:00
parent 7cb77a7a58
commit 390b788b61

View File

@ -21,7 +21,10 @@
"matches": ["*://*/*"], "matches": ["*://*/*"],
"js": [ "js": [
"ext/uw.js" "ext/uw.js"
], ],
"css": [
"ext/uw.css"
],
"all_frames": true "all_frames": true
}], }],