Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Colorblindly", "version": "2.2", "manifest_version": 3, "host_permissions": [ "<all_urls>" ], "description": "Simulates colorblindness in your web browser.", "homepage_url": "https:\/\/github.com\/oftheheadland", "icons": { "16": "images\/eyecon.png", "48": "images\/eyecon.png", "128": "images\/eyecon.png" }, "action": { "default_title": "Colorblindly", "default_popup": "popup\/popup.html" }, "permissions": [ "activeTab", "storage", "scripting" ], "web_accessible_resources": [ { "resources": [ "filters\/achromatomaly.js", "filters\/achromatopsia.js", "filters\/deuteranomaly.js", "filters\/deuteranopia.js", "filters\/normal.js", "filters\/protanomaly.js", "filters\/protanopia.js", "filters\/tritanomaly.js", "filters\/tritanopia.js" ], "matches": [], "extension_ids": [] } ] }