summaryrefslogtreecommitdiffstats
path: root/toolkit/components/telemetry/tests/marionette/harness/telemetry_harness/resources/helloworld/manifest.json
blob: 0e35d8a2e3a08aa791d75a7513c736cfcbec93d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "description": "Extension to be installed in telemetry-tests-client tests.",
  "manifest_version": 2,
  "name": "helloworld",
  "version": "1.0",
  "homepage_url": "https://hg.mozilla.org/mozilla-central/",
  "browser_action": {
    "browser_style": true,
    "default_title": "Hello World",
    "default_popup": "helloworld.html"
  }
}