Ostrich : Cashflow Analysis for Zillow

Ostrich : Cashflow Analysis for Zillow

Discover cash flowing investment properties in seconds.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Ostrich : Cashflow Analysis for Zillow",
  "description": "Discover cash flowing investment properties in seconds.",
  "version": "1.0.14.0",
  "version_name": "1.0.14",
  "icons": {
    "128": "ostrich-128.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "128": "ostrich-128.png"
    }
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "options_page": "options.html",
  "content_scripts": [
    {
      "js": [
        "assets/content-script.ts-loader-079610bc.js"
      ],
      "matches": [
        "https://app.ostrich.so/*"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://app.ostrich.so/*"
    ]
  },
  "web_accessible_resources": [
    {
      "matches": [
        "https://app.ostrich.so/*"
      ],
      "resources": [
        "assets/content-script.ts-31de5e85.js"
      ],
      "use_dynamic_url": true
    }
  ]
}