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", "manifest_version": 3, "version": "2.0.0", "permissions": [ "activeTab", "storage", "unlimitedStorage", "sidePanel", "contextMenus", "search" ], "host_permissions": [ "<all_urls>" ], "optional_permissions": [ "system.cpu", "system.memory", "bookmarks", "history", "favicon" ], "background": { "service_worker": "serviceworker.js" }, "chrome_url_overrides": { "newtab": "index.html" }, "default_locale": "zh_CN", "name": "WeTab \u65b0\u6807\u7b7e\u9875", "description": "\u7528\u5c0f\u7ec4\u4ef6\u81ea\u5b9a\u4e49\u4f60\u7684\u65b0\u6807\u7b7e\u9875,\u652f\u6301\u6697\u9ed1\u6a21\u5f0f", "action": { "default_title": "WeTab \u6807\u7b7e\u9875", "default_popup": "popup\/index.html", "default_icon": { "48": "icons\/icon_zh_action_48.png" } }, "icons": { "16": "icons\/icon_zh_16.png", "32": "icons\/icon_zh_32.png", "48": "icons\/icon_zh_48.png", "128": "icons\/icon_zh_128.png" }, "side_panel": { "default_path": "sidepanel\/index.html" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "<all_urls>" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "*" ] } ] }