Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "AverPoint",
"version": "0.0.131",
"manifest_version": 3,
"description": "AverPoint chrome extension",
"homepage_url": "http:\/\/averpoint.com",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_popup": "html\/popup.html",
"default_icon": {
"16": "icons\/gray\/16.png",
"48": "icons\/gray\/48.png",
"128": "icons\/gray\/128.png"
},
"active_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_title": "Averpoint"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*",
"file:\/\/\/*"
],
"js": [
"js\/content.js"
]
}
],
"permissions": [
"contextMenus",
"tabs",
"storage",
"cookies",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"icons\/rw-wizard\/1.png",
"icons\/rw-wizard\/2.png"
],
"matches": [
"<all_urls>"
]
}
]
}