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", "name": "YTuong Highlighter", "description": "A privacy-first Chrome extension that automatically highlights custom words and phrases on webpages with local-only storage.", "version": "1.0.2", "manifest_version": 3, "icons": { "16": "img\/logo-16.png", "48": "img\/logo-48.png", "96": "img\/logo-96.png", "128": "img\/logo-128.png", "196": "img\/logo-196.png" }, "action": { "default_popup": "popup.html#\/?popup=true", "default_icon": "img\/logo-96.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/index.js-loader-590b2b5e.js" ], "matches": [ "*:\/\/*\/*" ] } ], "side_panel": { "default_path": "sidepanel.html" }, "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "*", "assets\/chunk-71e5d4e6.js", "assets\/chunk-6a48157d.js", "assets\/chunk-2f656c9a.js" ], "use_dynamic_url": false } ], "permissions": [ "storage", "activeTab", "tabs", "sidePanel", "contextMenus", "notifications", "unlimitedStorage" ] }