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", "action": { "default_icon": { "16": "images\/prompt_icon16.png", "48": "images\/prompt_icon32.png", "128": "images\/prompt_icon150.png" }, "default_popup": "html\/popup.html" }, "background": { "service_worker": "bundle\/background.bundle.js" }, "content_scripts": [ { "js": [ "bundle\/content.bundle.js" ], "run_at": "document_start", "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "externally_connectable": { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }, "description": "Prevents sensitive information disclosure to GenAI tools", "icons": { "16": "images\/prompt_icon16.png", "48": "images\/prompt_icon32.png", "128": "images\/prompt_icon150.png" }, "manifest_version": 3, "name": "Prompt Security Browser Extension", "permissions": [ "tabs", "storage", "identity", "identity.email", "alarms", "declarativeNetRequest", "downloads" ], "host_permissions": [ "<all_urls>" ], "storage": { "managed_schema": "schema.json" }, "version": "6.9.20", "web_accessible_resources": [ { "resources": [ "bundle\/script.bundle.js", "images\/prompt_logo.png", "style\/educationModal.css", "html\/educationModal.html", "style\/blockModal.css", "html\/blockModal.html" ], "matches": [ "<all_urls>" ] } ] }