From e9dfd834f7fc435f3ad0757072186fb580f86923 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Wed, 11 Mar 2020 23:11:55 +0100 Subject: [PATCH] Load UI css with extension --- src/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index 70e5ab6..23af054 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -23,7 +23,8 @@ "ext/uw.js" ], "css": [ - "ext/uw.css" + "ext/uw.css", + "ext/uw-ui.css" ], "all_frames": true }],