mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 21:00:23 +01:00
Cleanup of manifest.json
This commit is contained in:
parent
b12dc3ad68
commit
6f9e2ad686
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user