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": "Privacy Overlay for Public Browsing", "version": "1.1", "description": "Adds a privacy overlay and a panic button to protect your screen content.", "permissions": [ "activeTab", "storage", "scripting" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+Y" }, "description": "Toggle Privacy Overlay" } }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "options_page": "settings.html" }