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",
"name": "Web Clipper",
"version": "5.0.7",
"manifest_version": 3,
"description": "Web Clipper for Engage3's Lighthouse",
"icons": {
"16": "assets\/images\/favicon.png",
"48": "assets\/images\/favicon.png",
"128": "assets\/images\/favicon.png"
},
"action": [],
"background": {
"service_worker": "assets\/js\/background.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start",
"js": [
"assets\/js\/inject.js",
"assets\/js\/jquery.js",
"assets\/js\/quantities.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"index.html"
],
"matches": [
"<all_urls>"
]
}
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"permissions": [
"tabs",
"activeTab"
]
}