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", "manifest_version": 3, "name": "S&S - AI Privacy Policy Summarizer", "version": "2.0.1", "description": "Simplify Privacy Policies with AI-Powered Summaries!", "icons": { "16": ".\/images\/16.png", "32": ".\/images\/32.png", "48": ".\/images\/48.png", "128": ".\/images\/128.png" }, "permissions": [ "alarms", "storage", "notifications", "activeTab", "tabs", "identity", "https:\/\/api.sandshub.com\/*", "https:\/\/www.googleapis.com\/*" ], "externally_connectable": { "matches": [ "https:\/\/*.chromiumapp.org\/*" ] }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ], "action": { "default_popup": "popup.html", "default_title": "S&S Privacy Assistant" } }