Inspect and view changes in Apartments Data Extractor source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "Apartments Data Extractor",
"description": "Unlock a streamlined and efficient way to discover potential tenants and buyers for your real estate properties.",
"version": "1.0.4",
"icons": {
"16": "icons/icon-16x16.png",
"48": "icons/icon-48x48.png",
"128": "icons/icon-128x128.png"
},
"permissions": [
"activeTab"
],
"host_permissions": [
"https://apartments-com.p.rapidapi.com/*"
],
"background": {
"service_worker": "background.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self';"
},
"short_name": "Apartments Data Extractor",
"action": {
"default_title": "Apartments Data Extractor"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}