summaryrefslogtreecommitdiffstats
path: root/mobile/android/test_runner/src/main/assets/test-runner-support/manifest.json
blob: 3d68643af9adee5e218eb38e0f84cc1d40ab4883 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "manifest_version": 2,
  "name": "Dummy test-runner-support",
  "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. See mobile/android/modules/test/AppUiTestDelegate.sys.mjs for actual usage."
}