X in new tab

X in new tab

X in new tab Button for firefox

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "X in new tab button for firefox",
  "manifest_version": 2,
  "name": "X in new tab",
  "version": "1.21",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/logo-16.png",
      "32": "icons/logo-32.png",
      "64": "icons/logo-64.png",
      "128": "icons/logo-128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{4da29ab3-ef45-4efd-b697-149a1beace25}"
    }
  }
}