From 36c5ff9a7359617d591e61ee584c8dc81eac41d4 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Fri, 18 Sep 2020 21:01:26 +0200 Subject: [PATCH] remove conten script --- borderify.js | 0 manifest.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 borderify.js diff --git a/borderify.js b/borderify.js deleted file mode 100644 index e69de29..0000000 diff --git a/manifest.json b/manifest.json index fd80e19..3f116eb 100644 --- a/manifest.json +++ b/manifest.json @@ -31,7 +31,7 @@ "content_scripts": [ { "matches": [""], - "js": ["borderify.js"] + "js": [] } ], "web_accessible_resources": ["./icons/stopwatch.svg", "./icons/stopwatch-inv.svg"]