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", "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*.icbc.com\/*", "*:\/\/*.icbc.com.cn\/*", "*:\/\/*.dccnet.com.cn\/*", "*:\/\/*.dccnet.com\/*", "*:\/\/*.95588.com\/*" ], "run_at": "document_start" } ], "description": "ICBC Assist chrome extension", "externally_connectable": { "matches": [ "*:\/\/*.icbc.com.cn\/*", "*:\/\/*.icbc.com\/*", "*:\/\/*.dccnet.com.cn\/*", "*:\/\/*.dccnet.com\/*", "*:\/\/*.95588.com\/*" ] }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 3, "name": "ICBCAssistChromeExtension", "action": { "default_icon": "icon-128.png", "default_title": "ICBCAssistChromeExtension" }, "permissions": [ "nativeMessaging" ], "version": "1.0.5.1", "web_accessible_resources": [ { "matches": [ "*:\/\/*.icbc.com.cn\/*", "*:\/\/*.icbc.com\/*", "*:\/\/*.dccnet.com.cn\/*", "*:\/\/*.dccnet.com\/*", "*:\/\/*.95588.com\/*" ], "resources": [ "*.png" ] } ] }