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__", "description": "__MSG_extDescription__", "version": "1.0.3", "author": "Guokai Han", "manifest_version": 3, "default_locale": "en", "minimum_chrome_version": "102", "permissions": [ "storage", "contextMenus", "notifications" ], "optional_host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "icons": { "128": "icon\/icon.png" }, "background": { "service_worker": "js\/background.js", "type": "module" }, "action": { "default_title": "__MSG_extActionTitle__", "default_popup": "webui.html" }, "options_page": "options.html" }