Privowny App

Privowny App

Protect your digital identity and take control of your privacy.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Privowny App",
  "description": "__MSG_pw_app_description__",
  "default_locale": "en",
  "background": {
    "scripts": [
      "Webpack/Vendors1.js",
      "Webpack/Vendors2.js",
      "Webpack/Shared.js",
      "Webpack/Background.js",
      "app/build/background/pwBackground.js"
    ]
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval' blob:; object-src 'self'",
  "browser_action": {
    "default_icon": "/Webpack/Images/logoDisabled.png",
    "default_title": "Privowny App 1.25.1.8",
    "default_popup": "/app/build/main/main.html"
  },
  "icons": {
    "128": "/Webpack/Images/logoPrimary.png"
  },
  "incognito": "spanning",
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "*://api.privowny.app/*",
        "*://auth.privowny.app/*"
      ],
      "js": [
        "/Webpack/Vendors1.js",
        "/Webpack/Vendors2.js",
        "/Webpack/Shared.js",
        "/Webpack/AuthContent.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "Webpack/Fonts/*",
    "Webpack/Data/*",
    "Webpack/Images/*",
    "app/build/bar/css/common.css",
    "Webpack/Styles/ContentStyles.css",
    "Webpack/Styles/UIGlobals.css",
    "app/images/bar/move.png",
    "app/images/bar/move_bottom.png",
    "app/images/trackers/close-icon.png",
    "app/images/trackers/close-icon-hover.png",
    "app/modules/core/content/promptService.html",
    "app/libs/js/encrypt/rsa_async/async_rsa.js"
  ],
  "permissions": [
    "*://*/*",
    "<all_urls>",
    "alarms",
    "contextMenus",
    "cookies",
    "idle",
    "management",
    "notifications",
    "privacy",
    "storage",
    "tabs",
    "unlimitedStorage",
    "webNavigation",
    "webRequest",
    "webRequestBlocking"
  ],
  "version": "1.25.1.8",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}