New Window Setup

New Window Setup

Do you use multiple monitors? This extension will force new windows into one of them.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "3.1",
  "author": "Juraj Mäsiar",
  "default_locale": "en",
  "name": "__MSG_app_name__",
  "description": "__MSG_app_desc__",
  "icons": {
    "48": "48.png",
    "128": "128.png"
  },
  "background": {
    "service_worker": "background.loader.js"
  },
  "action": {
    "default_icon": {
      "128": "128.png"
    }
  },
  "permissions": [
    "storage"
  ],
  "incognito": "split"
}