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": "Listed - Real Estate Collector",
"version": "0.1.4",
"description": "Save real estate listings in one click. Organize them your way and share client-ready presentations.",
"permissions": [
"storage",
"identity"
],
"host_permissions": [
"https:\/\/streeteasy.com\/*",
"https:\/\/www.streeteasy.com\/*",
"https:\/\/zillow.com\/*",
"https:\/\/www.zillow.com\/*",
"https:\/\/thelisted.app\/*",
"https:\/\/www.thelisted.app\/*",
"http:\/\/localhost:3000\/*"
],
"action": {
"default_popup": "src\/popup\/index.html",
"default_icon": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
}
},
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"web_accessible_resources": [
{
"matches": [
"http:\/\/localhost:3000\/*",
"https:\/\/streeteasy.com\/*",
"https:\/\/www.streeteasy.com\/*",
"https:\/\/www.zillow.com\/*",
"https:\/\/zillow.com\/*"
],
"resources": [
"icons\/icon.svg"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/streeteasy.com\/*",
"https:\/\/www.streeteasy.com\/*",
"https:\/\/www.zillow.com\/*",
"https:\/\/zillow.com\/*"
],
"resources": [
"assets\/client-IsLpfBRF.js",
"assets\/LoginOptions-DnX3hywl.js",
"assets\/index.ts-BtWkw0f4.js"
],
"use_dynamic_url": false
}
],
"content_scripts": [
{
"js": [
"assets\/index.ts-loader-CtN8v5RZ.js"
],
"matches": [
"https:\/\/streeteasy.com\/*",
"https:\/\/www.streeteasy.com\/*",
"https:\/\/zillow.com\/*",
"https:\/\/www.zillow.com\/*"
]
}
]
}