Grossyield | Investment property deal finder

Grossyield | Investment property deal finder

Grossyield helps future buyers and real estate investors find properties with good return of investment by providing insightful data on properties listed on major websites. The extension is compatible with Centris, Duproprio, Remax, Realtor, and more

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "0.2.0",
  "name": "Grossyield | Investment property deal finder",
  "manifest_version": 2,
  "description": "Find incredible house or building deals by searching with rental performance and performance metrics.",
  "default_locale": "en",
  "browser_action": {
    "default_title": "Grossyield for Firefox",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "42.0"
    }
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "42.0"
    }
  },
  "icons": {
    "16": "img/icon-16.png",
    "32": "img/icon-32.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png",
    "192": "img/icon-192.png",
    "512": "img/icon-512.png"
  },
  "web_accessible_resources": [
    "window.html",
    "sidebar.html",
    "img/apple-touch-icon.png"
  ],
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "cookies",
    "*://*.grossyield.com/*",
    "webRequest",
    "<all_urls>",
    "alarms"
  ],
  "content_security_policy": "default-src 'self' https://*.walkscore.com; font-src 'self' https://fonts.gstatic.com; script-src 'self' https://maps.googleapis.com https://grossyield.com; connect-src https://grossyield.com;  style-src * 'unsafe-inline'; img-src * data:;",
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "css/content.css"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ]
}