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 --- .../telemetry/tests/addons/dictionary/manifest.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 toolkit/components/telemetry/tests/addons/dictionary/manifest.json (limited to 'toolkit/components/telemetry/tests/addons/dictionary/manifest.json') diff --git a/toolkit/components/telemetry/tests/addons/dictionary/manifest.json b/toolkit/components/telemetry/tests/addons/dictionary/manifest.json new file mode 100644 index 0000000000..b6539a9d81 --- /dev/null +++ b/toolkit/components/telemetry/tests/addons/dictionary/manifest.json @@ -0,0 +1,15 @@ +{ + "manifest_version": 2, + + "name": "Telemetry test dictionary", + "description": "A nice dictionary to prevent all typos for Telemetry.", + "version": "1.0", + + "dictionaries": {}, + + "applications": { + "gecko": { + "id": "telemetry-dictionary@tests.mozilla.org" + } + } +} -- cgit v1.2.3