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": "Website Customizer: Add Custom Style and CSS", "short_name": "Website Customizer", "version": "1.0.2", "description": "This Chrome extension is designed to modify the visual presentation of websites by adding custom CSS.", "permissions": [ "storage", "tabs" ], "icons": { "16": "icons\/favicon-16.png", "32": "icons\/favicon-32.png", "48": "icons\/favicon-48.png", "128": "icons\/favicon-128.png" }, "action": { "default_title": "Website Customizer: Add Custom Style and CSS", "default_popup": "html\/popup.html", "default_icon": { "16": "icons\/favicon-16.png", "32": "icons\/favicon-32.png", "48": "icons\/favicon-48.png", "128": "icons\/favicon-128.png" } }, "options_page": "html\/options.html", "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "assets\/content.min.js" ] } ], "background": { "service_worker": "assets\/background.min.js" } }