Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "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" } }