From e665b4bce75b500cb93c73fe92077b4b17c7fe31 Mon Sep 17 00:00:00 2001 From: wanhose Date: Wed, 3 Nov 2021 16:12:39 +0100 Subject: [PATCH] chore: upgrade version --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 962196b..d326b35 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Cookie Dialog Monster", - "version": "5.2.0", + "version": "5.2.1", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { @@ -20,6 +20,7 @@ "content_scripts": [ { "all_frames": true, + "css": ["styles/fixes.css"], "exclude_matches": ["*://*.gfycat.com/*"], "js": ["scripts/content.js"], "matches": ["http://*/*", "https://*/*"],