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": "__MSG_appName__",
"version": "6.1",
"description": "__MSG_appDesc__",
"default_locale": "en",
"permissions": [
"tabs",
"storage",
"contextMenus"
],
"background": {
"service_worker": "background.bundle.js"
},
"web_accessible_resources": [
{
"resources": [
"ivy-thumbnail.svg",
"ivy-smart-sourcing.svg",
"clipper-grab-cursor.svg"
],
"matches": [
"https:\/\/*\/*"
]
}
],
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"exclude_matches": [
"*:\/\/*\/*.pdf*"
],
"exclude_globs": [
"*:\/\/pro.houzz*",
"*:\/\/pro.stghouzz*",
"*:\/\/members.ivy*",
"*:\/\/members-staging*"
],
"css": [
"clipperIframe.css"
],
"js": [
"content.bundle.js",
"pako.min.js"
],
"run_at": "document_idle",
"all_frames": false
}
],
"manifest_version": 3,
"action": {
"default_icon": "icon.png"
},
"icons": {
"128": "icon.png"
},
"externally_connectable": {
"matches": [
"*:\/\/pro.houzz.com\/*",
"*:\/\/pro.houzz.co.uk\/*",
"*:\/\/pro.houzz.com.au\/*",
"*:\/\/pro.houzz.de\/*",
"*:\/\/pro.houzz.fr\/*",
"*:\/\/pro.houzz.ru\/*",
"*:\/\/pro.houzz.jp\/*",
"*:\/\/pro.houzz.it\/*",
"*:\/\/pro.houzz.es\/*",
"*:\/\/pro.houzz.dk\/*",
"*:\/\/pro.houzz.no\/*",
"*:\/\/pro.houzz.fi\/*",
"*:\/\/pro.houzz.se\/*",
"*:\/\/pro.houzz.ie\/*",
"*:\/\/pro.houzz.co.nz\/*",
"*:\/\/pro.houzz.com.sg\/*",
"*:\/\/pro.houzz.in\/*",
"*:\/\/pro.houzz.nl\/*",
"*:\/\/pro.houzz.at\/*",
"*:\/\/pro.houzz.ca\/*",
"*:\/\/pro.stghouzz.com\/*",
"*:\/\/pro.stghouzz.co.uk\/*",
"*:\/\/pro.houzz1.com\/*",
"*:\/\/pro.houzz1.co.uk\/*",
"*:\/\/pro.houzz2.com\/*",
"*:\/\/pro.houzz2.co.uk\/*",
"*:\/\/pro.houzz3.com\/*",
"*:\/\/pro.houzz3.co.uk\/*",
"*:\/\/members.ivy.co\/*",
"*:\/\/members-staging.ivy.co\/*",
"*:\/\/members.lvh.me\/*",
"*:\/\/member.lvh.me\/*",
"*:\/\/members-clipper.ivyco.net\/*",
"*:\/\/members.ivyco.net\/*"
]
}
}