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": "__MSG_extName__", "short_name": "Dictionary", "version": "1.5.4", "manifest_version": 3, "default_locale": "en", "description": "__MSG_extDescription__", "options_ui": { "page": "pages\/options.html", "open_in_tab": true }, "omnibox": { "keyword": "dictionary" }, "action": { "default_title": "Click here to quickly view word definitions for selected word.", "default_icon": "images\/icon128.png", "default_popup": "pages\/popup.html" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "all_frames": true, "js": [ "js\/contentScript.js" ], "run_at": "document_end" } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "fonts\/*", "pages\/options.html" ], "matches": [ "<all_urls>" ] } ] }