1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-01-18 17:38:46 +01:00

Cleanup of manifest.json

This commit is contained in:
kkapsner 2017-08-09 18:20:28 +02:00
parent b12dc3ad68
commit 6f9e2ad686

View File

@ -1,10 +1,6 @@
{ {
"name": "CanvasBlocker", "name": "CanvasBlocker",
"title": "__MSG_addon_title__",
"id": "CanvasBlocker@kkapsner.de",
"keywords": "privacy, canvas, fingerprinting",
"description": "__MSG_addon_description__", "description": "__MSG_addon_description__",
"homepage": "https://github.com/kkapsner/CanvasBlocker/",
"version": "0.4.0-Development", "version": "0.4.0-Development",
"background": { "background": {
"scripts": [ "scripts": [
@ -52,14 +48,11 @@
"default_popup": "pageAction/pageAction.html" "default_popup": "pageAction/pageAction.html"
}, },
"author": "Korbinian Kapsner", "author": "Korbinian Kapsner",
"license": "MPL 2.0",
"permissions": [ "permissions": [
"<all_urls>", "<all_urls>",
"storage", "storage",
"tabs", "tabs",
"activeTab", "activeTab"
"declarativeContentScript",
"events"
], ],
"applications": { "applications": {