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": "Web Block", "description": "Block unwanted websites easily.", "version": "0.0.3", "manifest_version": 3, "icons": { "48": "icons\/logo_black_48.png" }, "permissions": [ "storage", "webNavigation", "tabs", "alarms" ], "action": { "default_icon": { "32": "icons\/logo_black_32.png" }, "default_title": "Web Block", "default_popup": "src\/popup\/popup.html" }, "background": { "service_worker": "src\/background_scripts\/background.js", "type": "module" } }