ProSe - Privacy Policy Analyzer

ProSe - Privacy Policy Analyzer

Pro Se reads and analyses privacy policies on your behalf. It empowers you to make informed decisions about your privacy rights.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "57.0"
    }
  },
  "author": "INVT DOO",
  "browser_action": {
    "default_icon": {
      "16": "square_logo_prose_16_transparent.png",
      "32": "square_logo_prose_32_transparent.png"
    },
    "default_title": "Pro Se",
    "default_popup": "/extension/build/index.html"
  },
  "description": "Pro Se reads and analyses privacy policies on your behalf. It empowers you to make informed decisions about your privacy rights.",
  "icons": {
    "16": "square_logo_prose_16_transparent.png",
    "32": "square_logo_prose_32_transparent.png",
    "48": "square_logo_prose_48_transparent.png",
    "128": "square_logo_prose_128_transparent.png"
  },
  "homepage_url": "https://prose.biz/",
  "short_name": "ProSe",
  "permissions": [
    "tabs",
    "webRequest",
    "*://api.prose.biz/*"
  ],
  "manifest_version": 2,
  "name": "ProSe - Privacy Policy Analyzer",
  "version": "1.0.4"
}