Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "version": "2.0.50", "manifest_version": 3, "name": "__MSG_name__", "default_locale": "zh_CN", "description": "__MSG_description__", "icons": { "16": "assets\/images\/logo-16.png", "32": "assets\/images\/logo-32.png", "48": "assets\/images\/logo-48.png", "128": "assets\/images\/logo-128.png" }, "minimum_chrome_version": "93.0.4577.82", "background": { "service_worker": "pages\/background.bundle.js" }, "content_scripts": [ { "all_frames": true, "js": [ "pages\/content-script-start.bundle.js" ], "matches": [ "<all_urls>" ], "exclude_matches": [ "*:\/\/*.fis.aviva-cofco.com.cn\/*", "*:\/\/fis.aviva-cofco.com.cn\/*" ], "match_about_blank": false, "run_at": "document_start" }, { "all_frames": true, "js": [ "pages\/content-script-end.bundle.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "*:\/\/*.fis.aviva-cofco.com.cn\/*", "*:\/\/fis.aviva-cofco.com.cn\/*" ], "match_origin_as_fallback": true, "match_about_blank": false, "run_at": "document_end" } ], "action": { "default_icon": "assets\/images\/logo-128.png", "default_title": "__MSG_name__", "default_popup": "pages\/popup.html" }, "options_ui": { "page": "pages\/options.html" }, "permissions": [ "management", "tabs", "webRequest", "declarativeNetRequest", "notifications", "storage", "unlimitedStorage", "scripting", "alarms", "webNavigation", "nativeMessaging" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "pages\/custom-script.bundle.js", "images\/dy.png" ], "matches": [ "<all_urls>" ] }, { "resources": [ "pages\/*.js.map" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" }