{
  "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"]
}
