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