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, "version": "1.0.0", "name": "Grayscale | MVP", "description": "Browser extension that transforms any website into grayscale, promoting a distraction-free and focused browsing experience.", "action": { "default_popup": "index.html" }, "permissions": [ "scripting", "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icon.png", "24": "icon.png", "32": "icon.png" } }