I Hate Tabs - SDI for Firefox

I Hate Tabs - SDI for Firefox

Automatically converts new tabs to new windows instead.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "I Hate Tabs - SDI for Firefox",
  "description": "Automatically converts new tabs to new windows instead.",
  "version": "0.2resigned1",
  "developer": {
    "name": "Jefferson \"jscher2000\" Scher",
    "url": "https://github.com/jscher2000/I-Hate-Tabs---SDI-extension"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [],
  "browser_specific_settings": {
    "gecko": {
      "id": "{1b7bafcd-5f58-4274-aedf-d77a26196bb9}"
    }
  }
}