Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"icons": {
"16": "icon16.plasmo.2da856f2.png",
"32": "icon32.plasmo.22c33d5b.png",
"48": "icon48.plasmo.62ad53c2.png",
"64": "icon64.plasmo.e3f1bf00.png",
"128": "icon128.plasmo.4be72b0f.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.2da856f2.png",
"32": "icon32.plasmo.22c33d5b.png",
"48": "icon48.plasmo.62ad53c2.png",
"64": "icon64.plasmo.e3f1bf00.png",
"128": "icon128.plasmo.4be72b0f.png"
}
},
"version": "1.0.11",
"author": "Reico AI",
"name": "Reico: Your Real Estate Investing Copilot",
"description": "Reico, Your Real Estate Investing Copilot",
"background": {
"service_worker": "static\/background\/index.js"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"side_panel": {
"default_path": "sidepanel.html"
},
"permissions": [
"storage",
"scripting",
"sidePanel",
"tabs",
"cookies",
"unlimitedStorage",
"contextMenus"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.zillow.com\/*",
"https:\/\/www.realtor.com\/*",
"https:\/\/www.redfin.com\/*"
],
"js": [
"contents.1c4f7a5d.js"
],
"css": []
}
],
"short_name": "Reico",
"homepage_url": "https:\/\/www.reico.ai",
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"http:\/\/localhost"
]
}