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_ext_name__", "default_locale": "zh_CN", "version": "1.9.10", "description": "__MSG_ext_desc__", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_icon": "logo\/48.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "logo\/16.png", "32": "logo\/32.png", "48": "logo\/48.png", "128": "logo\/128.png" }, "permissions": [ "unlimitedStorage" ] }