Examine source code of ProSe - Privacy Policy Analyzer

Inspect and view changes in ProSe - Privacy Policy Analyzer source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "ProSe - Privacy Policy Analyzer",
  "version": "1.1.2",
  "author": "INVT DOO",
  "homepage_url": "https://prose.biz/",
  "short_name": "ProSe",
  "description": "Pro Se reads and analyses privacy policies on your behalf. It empowers you to make informed decisions about your privacy rights.",
  "permissions": [
    "tabs",
    "sidePanel"
  ],
  "host_permissions": [
    "https://*.prose.biz/*"
  ],
  "action": {
    "default_title": "Click to open panel"
  },
  "side_panel": {
    "default_path": "extension/build/index.html"
  },
  "background": {
    "service_worker": "/background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "manifest_version": 3,
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}