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",
"manifest_version": 3,
"name": "Design Manager Product Clipper",
"description": "Clip pictures & product information from vendors' websites for use in Design Manager Pro Cloud.",
"version": "2.9.0",
"background": {
"service_worker": "bundledAssets\/background-2.9.0.js"
},
"externally_connectable": {
"matches": [
"*:\/\/*.designmanager.com\/*"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"exclude_matches": [
"*:\/\/*.designmanager.com\/*"
],
"css": [
"bundledAssets\/contentScript-2.9.0.css"
],
"js": [
"bundledAssets\/contentScript-2.9.0.js"
]
}
],
"icons": {
"16": "img\/16x16.png",
"48": "img\/48x48.png",
"128": "img\/128x128.png"
},
"web_accessible_resources": [
{
"resources": [
"img\/*"
],
"matches": [
"https:\/\/*\/*"
]
}
],
"action": {
"default_icon": "img\/48x48.png",
"default_popup": "popup-2.9.0.html"
},
"host_permissions": [
"https:\/\/*.designmanager.com\/",
"<all_urls>"
],
"permissions": [
"cookies",
"storage",
"tabs",
"contextMenus"
]
}