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": "Dictionary, Thesaurus & Reference", "version": "7.0", "description": "Quick access to reference pages on thefreedictionary.com and freethesaurus.com.", "short_name": "Reference", "minimum_chrome_version": "127", "commands": { "_execute_action": { "suggested_key": { "default": "Alt+T" } } }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_title": "Reference", "default_popup": "pages\/popup\/popup.html", "default_icon": "icons\/icon16.png" }, "permissions": [ "contextMenus", "storage" ], "options_ui": { "page": "pages\/options\/options.html" }, "background": { "service_worker": "service-worker.js", "type": "module" }, "manifest_version": 3 }