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": "__MSG_chromename__", "version": "1.32.1", "author": "MarkAlexI", "homepage_url": "https:\/\/ext.pp.ua\/hide-highlight.html", "default_locale": "en", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "192": "images\/icon-192.png" }, "description": "__MSG_description__", "action": { "default_title": "__MSG_defaulttitle__", "default_popup": "popup.html", "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png" } }, "options_page": "options\/color-options.html", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "scripts\/content.js" ] } ], "background": { "service_worker": "scripts\/background.js" } }