Incognito This Tab

Incognito This Tab

Want to surf the Internet in privacy? Use incognito mode to ensure the browser surfing history is not saved by Google Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "19": "img/19.png",
      "38": "img/38.png"
    },
    "default_title": "__MSG_app_name__"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "chromeos": "Alt+O",
        "linux": "Alt+O",
        "mac": "Alt+O",
        "windows": "Alt+O"
      }
    }
  },
  "default_locale": "en",
  "description": "__MSG_app_description__",
  "homepage_url": "https://incognito-this-tab.freeonlineapps.net/",
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_app_name__",
  "offline_enabled": true,
  "permissions": [
    "contextMenus",
    "activeTab"
  ],
  "short_name": "incognito this site",
  "version": "3.0.0"
}