Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"name": "ClickOnce for Google Chrome",
"version": "1.1.0",
"manifest_version": 3,
"description": "Adds basic support for launching ClickOnce applications.",
"background": {
"service_worker": "clickonce.js"
},
"icons": {
"16": "icons\/app_click_16.png",
"32": "icons\/app_click_32.png",
"48": "icons\/app_click_48.png",
"64": "icons\/app_click_64.png",
"128": "icons\/app_click_128.png"
},
"permissions": [
"declarativeNetRequest",
"nativeMessaging"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"web_accessible_resources": [
{
"resources": [
"launch.html"
],
"matches": [
"<all_urls>"
]
}
]
}