From 4e3be91dc341baeb3b10137588b0e0d4a8b8002d Mon Sep 17 00:00:00 2001 From: Candle - the privacy friendly smart home <39312291+createcandle@users.noreply.github.com> Date: Wed, 16 Feb 2022 16:47:17 +0100 Subject: [PATCH] Add files via upload --- manifest.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 3009795..bbfaf1d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "author": "CreateCandle", + "author": "CandleSmartHome.com", "content_scripts": [ { "css": [ @@ -36,17 +36,16 @@ "type": "boolean" } }, - "required": [ - "Debugging" - ], + "required": [], "type": "object" } }, "short_name": "Privacy", - "version": "0.1.5", + "version": "0.1.6", "web_accessible_resources": [ "css/*.css", "images/*.svg", + "images/*.png", "js/*.js", "views/*.html" ]