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": "DealFinder by Homesage.ai",
"version": "1.0.3",
"description": "AI-powered Investment Property Search and Analysis.",
"author": "HomeSage.ai",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"activeTab",
"storage",
"contextMenus",
"cookies",
"scripting"
],
"host_permissions": [
"https:\/\/developers.homesage.ai\/*",
"<all_urls>"
],
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png"
},
"default_title": "HomeSage.ai"
},
"background": {
"service_worker": "background\/background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"utils\/constants.js",
"utils\/helpers.js",
"utils\/address-detector.js",
"content\/content.js"
],
"css": [
"content\/content.css"
],
"run_at": "document_idle"
}
],
"options_page": "options\/options.html",
"web_accessible_resources": [
{
"resources": [
"icons\/*"
],
"matches": [
"<all_urls>"
]
}
]
}