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",
"manifest_version": 3,
"name": "__MSG_extName__",
"version": "6.1.3",
"description": "__MSG_descr__",
"default_locale": "en",
"permissions": [
"contextMenus",
"tabs",
"storage",
"notifications",
"scripting"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"options_page": "index.html",
"content_scripts": [
{
"matches": [
"file:\/\/\/",
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"exclude_matches": [
"https:\/\/chrome.google.com\/*"
],
"js": [
"vendor\/honeybadger.ext.min.js",
"content-script.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "icons\/link16.png",
"48": "icons\/link48.png",
"128": "icons\/link128.png"
},
"host_permissions": [
"<all_urls>"
],
"action": {
"default_icon": "icons\/link48.png"
}
}