Purple Private Windows

Purple Private Windows

Private windows are now purple. When you open a new private window, the appearance of the other windows changes, so in the extension settings, select the theme you are using.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "1.1",
  "default_locale": "en",
  "icons": {
    "48": "icon.svg"
  },
  "developer": {
    "name": "WaldiPL",
    "url": "https://github.com/WaldiPL/purplePrivateWindows"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "67.0a1"
    }
  },
  "permissions": [
    "theme",
    "storage"
  ],
  "background": {
    "scripts": [
      "bg.js"
    ]
  }
}