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": "CrowdValue: Real Estate Comments & Insights",
"version": "1.0.2",
"description": "Join the conversation on any real estate listing. See what the neighbors are saying.",
"homepage_url": "https:\/\/crowdvalue.app",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"storage",
"identity"
],
"host_permissions": [
"*:\/\/*.zillow.com\/*"
],
"action": {
"default_popup": "index.html"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/index.tsx-loader.js"
],
"matches": [
"*:\/\/*.zillow.com\/*"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*.zillow.com\/*"
],
"resources": [
"assets\/*",
"brand-assets\/*",
"assets\/client.js",
"assets\/index.tsx.js"
],
"use_dynamic_url": false
}
]
}