From 390b788b61047895a56a52badbb93dbe8fce5ef6 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Sat, 1 Feb 2020 17:48:49 +0100 Subject: [PATCH] add css to manifest --- src/manifest.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index ddfe696..eac7734 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -21,7 +21,10 @@ "matches": ["*://*/*"], "js": [ "ext/uw.js" - ], + ], + "css": [ + "ext/uw.css" + ], "all_frames": true }],