summaryrefslogtreecommitdiffstats
path: root/toolkit/components/telemetry/tests/addons/restartless/manifest.json
blob: a70a99d469b13ee19785cdc000d4fb1d307b5f32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "manifest_version": 2,
  "name": "XPI Telemetry Restartless Test",
  "description": "A restartless addon which gets enabled without a reboot.",
  "version": "1.0",

  "browser_specific_settings": {
    "gecko": {
      "id": "tel-restartless-webext@tests.mozilla.org"
    }
  }
}