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": "Blurry - Blur unwanted content", "version": "0.0.5", "description": "Blur content on any webpage with the customized blur level", "background": { "scripts": [ "js\/background.bundle.js" ], "persistent": false }, "permissions": [ "activeTab", "storage" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "32": "assets\/blurry-icon-32.png", "48": "assets\/blurry-icon-48.png", "128": "assets\/blurry-icon-128.png" }, "default_title": "Blurry - Blur unwanted content" }, "icons": { "32": "assets\/blurry-icon-32.png", "48": "assets\/blurry-icon-48.png", "128": "assets\/blurry-icon-128.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "all_frames": true, "js": [ "js\/content.bundle.js" ], "css": [ "css\/content.css" ] } ], "manifest_version": 2 }