From 2aa4a82499d4becd2284cdb482213d541b8804dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 16:29:10 +0200 Subject: Adding upstream version 86.0.1. Signed-off-by: Daniel Baumann --- tools/quitter/manifest.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 tools/quitter/manifest.json (limited to 'tools/quitter/manifest.json') diff --git a/tools/quitter/manifest.json b/tools/quitter/manifest.json new file mode 100644 index 0000000000..de7f5a6732 --- /dev/null +++ b/tools/quitter/manifest.json @@ -0,0 +1,34 @@ +{ + "manifest_version": 2, + + "applications": { + "gecko": {"id": "quitter@mozilla.org"} + }, + + "name": "Quitter", + "description": "Quit", + "version": "2019.12.03", + "author": "Mozilla", + + "background": { + "scripts": ["background.js"] + }, + + "content_scripts": [{ + "js": ["contentscript.js"], + "run_at": "document_start", + "match_about_blank": true, + "matches": [""] + }], + + "experiment_apis": { + "quitter": { + "schema": "schema.json", + "parent": { + "scopes": ["addon_parent"], + "script": "parent.js", + "paths": [["quitter", "quit"]] + } + } + } +} -- cgit v1.2.3