From 6f9e2ad6867598e8b91323c76306db9e88ac24c1 Mon Sep 17 00:00:00 2001 From: kkapsner Date: Wed, 9 Aug 2017 18:20:28 +0200 Subject: [PATCH] Cleanup of manifest.json --- manifest.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/manifest.json b/manifest.json index 8ed3eef..a6a423c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,6 @@ { "name": "CanvasBlocker", - "title": "__MSG_addon_title__", - "id": "CanvasBlocker@kkapsner.de", - "keywords": "privacy, canvas, fingerprinting", "description": "__MSG_addon_description__", - "homepage": "https://github.com/kkapsner/CanvasBlocker/", "version": "0.4.0-Development", "background": { "scripts": [ @@ -52,14 +48,11 @@ "default_popup": "pageAction/pageAction.html" }, "author": "Korbinian Kapsner", - "license": "MPL 2.0", "permissions": [ "", "storage", "tabs", - "activeTab", - "declarativeContentScript", - "events" + "activeTab" ], "applications": {