summaryrefslogtreecommitdiffstats
path: root/mobile/android/test_runner/src/main/assets/test-runner-support/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/test_runner/src/main/assets/test-runner-support/manifest.json')
-rw-r--r--mobile/android/test_runner/src/main/assets/test-runner-support/manifest.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/mobile/android/test_runner/src/main/assets/test-runner-support/manifest.json b/mobile/android/test_runner/src/main/assets/test-runner-support/manifest.json
new file mode 100644
index 0000000000..41f3010f3d
--- /dev/null
+++ b/mobile/android/test_runner/src/main/assets/test-runner-support/manifest.json
@@ -0,0 +1,11 @@
+{
+ "manifest_version": 2,
+ "name": "Dummy",
+ "version": "1.0",
+ "browser_specific_settings": {
+ "gecko": {
+ "id": "test-runner-support@tests.mozilla.org"
+ }
+ },
+ "description": "This extension pretends to be the sender of native messages from tests."
+}