summaryrefslogtreecommitdiffstats
path: root/toolkit/components/telemetry/tests/addons/system/manifest.json
blob: db2072b8a59a116610058c1f122334b0b5db8ed4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "manifest_version": 2,

  "name": "XPI Telemetry System Add-on Test",
  "description": "A system addon which is shipped with Firefox.",
  "version": "1.0",

  "browser_specific_settings": {
    "gecko": {
      "id": "tel-system-xpi@tests.mozilla.org"
    }
  }
}