Go Incognito!

Go Incognito!

Go Incognito is a convenient and user-friendly Google extension that streamlines the process of searching in incognito mode. With…

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Go Incognito!",
  "version": "1.0",
  "permissions": [
    "windows"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png",
    "default_title": "Go Incognito!"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "popup.html",
        "popup.js"
      ],
      "matches": [
        "https://www.google.com/*"
      ]
    }
  ]
}