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",
"description": "The best way to find and analyze cash flowing real estate investments",
"version": "1.4.8",
"manifest_version": 3,
"name": "CashOn - Real Estate Investment Calculator",
"options_page": "options.html",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_icon": "cashon-white-icon-34.png"
},
"icons": {
"128": "cashon-white-icon-128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.zillow.com\/*"
],
"js": [
"contentScript.bundle.js"
],
"css": [
"content.styles.css"
],
"run_at": "document_end"
}
],
"host_permissions": [
"*:\/\/*.zillow.com\/*"
],
"permissions": [
"activeTab",
"scripting",
"webRequest",
"storage",
"identity"
],
"oauth2": {
"client_id": "UNAVAILABLE",
"scopes": [
"openid",
"email",
"profile"
]
},
"web_accessible_resources": [
{
"resources": [
"content.styles.css",
"cashon-white-icon-128.png",
"cashon-white-icon-34.png"
],
"matches": []
}
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqKtJnSRZTGLsAu\/Bp+X0BYthdHJDlEMnNqHWYFfmEnHhp5g3T3Gu1k2Yl3Yaz0VZYagzBkzo0PLJQeVOPIgAbo2QQUNnXPoBRESojVOc6e8wgW7uTpgnKxr2inhiZcI2BNjjEKBmO99U21YyIVIicmGM0wBK6ut3YD6\/ojlkWOCvclXH8VhYaj2k22nJJoIdflBDPrEBMkx1SmsbxoDh0HHIXa6XuOYPF9dy9SHHT3wx26YpDgA1ae3hGDVeY2jH166lO570MRYbRkVLI2V1eZ97HA9cEso32PeCnyt5qLrLlW98xRGP6YY6NOprxsA\/5nNSPb4xWIoSY9aZshvlowIDAQAB"
}