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": "Bitcoin Real Estate",
"version": "1.0.1",
"description": "View Bitcoin prices alongside property listings of LATAM real estate offerings. Available in Colombian Peso (COP)",
"icons": {
"16": "latin-america-16.png",
"64": "latin-america-64.png",
"128": "latin-america-128.png",
"256": "latin-america-256.png"
},
"permissions": [
"activeTab",
"storage"
],
"host_permissions": [
"https:\/\/api.coingecko.com\/*"
],
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.casacol.co\/*",
"*:\/\/primaverarealtymedellin.com\/*",
"*:\/\/nomadbarrio.com\/*",
"*:\/\/www.realtor.com\/international\/co\/*",
"*:\/\/www.ciencuadras.com\/*"
],
"js": [
"utils.js",
"content.js"
]
}
],
"background": {
"service_worker": "background.js"
}
}