Right Next

Right Next

Right Next browser extension make new tab place right next to current tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Right Next",
  "description": "Browser extension make new tab open right next to current tab.",
  "version": "2.0.2",
  "author": "t7yang",
  "homepage_url": "https://github.com/t7yang/right-next-browser-extension",
  "browser_specific_settings": {
    "gecko": {
      "id": "right_next@t7yang",
      "strict_min_version": "55.0"
    }
  },
  "icons": {
    "48": "logo.svg",
    "96": "logo.svg"
  },
  "optional_permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}