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": "__MSG_extName__",
"description": "__MSG_extShortDesc__",
"default_locale": "en",
"version": "1.0.1",
"minimum_chrome_version": "95",
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"js": [
"js\/content.js"
],
"matches": [
"https:\/\/www.zillow.com\/*"
],
"run_at": "document_start",
"world": "MAIN"
},
{
"js": [
"js\/content_isolated.js"
],
"matches": [
"https:\/\/www.zillow.com\/*"
],
"run_at": "document_start"
}
],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png",
"300": "icons\/icon300.png"
},
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png",
"300": "icons\/icon300.png"
},
"default_title": "__MSG_extName__",
"default_popup": "popup.html"
},
"permissions": [
"alarms",
"storage",
"identity"
],
"host_permissions": [
"https:\/\/www.zillow.com\/*"
],
"incognito": "spanning"
}