Containerize Related Tabs

Containerize Related Tabs

Containerize tabs based on their origin domain

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Containerize Related Tabs",
  "version": "0.0.6",
  "description": "Containerize tabs based on their origin domain",
  "developer": {
    "name": "defkev"
  },
  "applications": {
    "gecko": {
      "id": "containerize-related-tabs@defkev",
      "strict_min_version": "54.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "incognito": "not_allowed",
  "permissions": [
    "contextualIdentities",
    "cookies",
    "management",
    "menus",
    "storage",
    "tabs",
    "theme",
    "webNavigation",
    "<all_urls>"
  ]
}