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": "Make Chrome Text Black", "version": "1.11", "description": "Make text easier to read in Google Chrome", "action": { "default_title": "Make Chrome Text Black", "default_icon": { "19": "images\/Logo-19x19.png", "38": "images\/Logo-38x38.png" }, "default_popup": "popup\/index.html" }, "icons": { "16": "images\/Logo-16x16.png", "48": "images\/Logo-48x48.png", "128": "images\/Logo-128x128.png" }, "permissions": [ "activeTab", "fontSettings", "storage" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ], "run_at": "document_start", "all_frames": true } ] }