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,
"name": "BOC Certificate Application Extension",
"version": "3.4.0.4",
"description": "BOC Certificate Application Extension",
"author": "CFCA",
"minimum_chrome_version": "88",
"background": {
"service_worker": "eventPage.js"
},
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"action": {
"default_icon": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
}
},
"permissions": [
"nativeMessaging"
],
"host_permissions": [
"https:\/\/*.boc.cn\/*",
"https:\/\/*.bankofchina.com\/*"
],
"externally_connectable": {
"matches": [
"https:\/\/*.boc.cn\/*",
"https:\/\/*.bankofchina.com\/*"
]
}
}