Examine source code of Move Tab to Container

Inspect and view changes in Move Tab to Container source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "&Quit Tab and Open in Container",
  "version": "0.0.1",
  "description": "Closes the original tab (or tabs) after opening in a selected container.",
  "homepage_url": "https://gitlab.com/cprn/firefox-close-original-tab",
  "permissions": [
    "tabs",
    "menus",
    "contextualIdentities",
    "cookies"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "114.0",
      "id": "{b5023ad3-291b-49fd-a66c-316af24d53d0}"
    }
  },
  "content_scripts": []
}