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": "Real Estate Deal Analyzer",
"version": "1.0",
"description": "From discovery to deal analysis, fast.",
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
}
},
"permissions": [
"tabs"
],
"host_permissions": [
"https:\/\/*.firebaseapp.com\/",
"https:\/\/us-west2-real-estate-deal-analyzer-v2.cloudfunctions.net\/"
],
"minimum_chrome_version": "88",
"background": {
"service_worker": "background.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}