Incognito Launcher

Incognito Launcher

Quick Incognito Launcher

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Incognito Launcher",
  "version": "1.1",
  "description": "Quick Incognito Launcher",
  "manifest_version": 3,
  "icons": {
    "48": "images/[email protected]",
    "128": "images/[email protected]"
  },
  "commands": {
    "open-iiwindow": {
      "suggested_key": {
        "default": "Ctrl+Shift+Right",
        "mac": "Command+Shift+Right"
      },
      "description": "Open highlighted/current Tab in incognito"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "tabs"
  ],
  "action": {
    "default_icon": {
      "48": "images/[email protected]",
      "128": "images/[email protected]"
    }
  }
}