1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-08 06:17:47 +02: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",
"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": [
"<all_urls>",
"storage",
"tabs",
"activeTab",
"declarativeContentScript",
"events"
"activeTab"
],
"applications": {