summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/web_extensions/tabs-activate-remove/manifest.json
blob: 03c3514bb0e79b7e5dd4acc41831098f1688868d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "browser_specific_settings": {
    "gecko": {
      "id": "set-tab-active@tests.mozilla.org"
    }
  },
  "manifest_version": 2,
  "name": "messaging",
  "version": "1.0",
  "description": "Removes the activated Tab.",
  "background": {
    "scripts": ["background.js"]
  },
  "permissions": ["tabs"]
}