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": "Materio Selection Clipper",
"description": "Quickly clip product photos and info from vendor websites for projects in Materio",
"version": "2.9",
"version_name": "2.9-PROD",
"manifest_version": 3,
"icons": {
"16": "logo.png",
"48": "logo.png",
"96": "logo.png"
},
"action": {
"default_icon": "logo.png",
"default_title": "Materio Selection Clipper"
},
"background": {
"service_worker": "service-worker.js"
},
"content_scripts": [
{
"js": [
"content-script.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"web_accessible_resources": [
{
"resources": [
"logo.png",
"logger.min.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"permissions": [
"sidePanel",
"activeTab",
"contextMenus",
"storage"
],
"host_permissions": [
"https:\/\/app.materio.co\/*"
]
}