Tab Split

Tab Split

Forces each browser start page to open in a new browser window across multiple monitors.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Tab Split",
  "short_name": "Tab Split",
  "description": "Forces each browser start page to open in a new browser window across multiple monitors.",
  "version": "1.1.3",
  "background": {
    "service_worker": "ts.js"
  },
  "icons": {
    "32": "img.png",
    "48": "img.png",
    "128": "img.png"
  },
  "action": {
    "browser_style": true,
    "default_title": "Tab Split",
    "default_popup": "popup.html",
    "default_icon": {
      "32": "logo.png"
    }
  },
  "permissions": [
    "storage"
  ]
}