houseme

houseme

Your Apartment Search, All In One Place

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "houseme",
  "version": "0.1.0.1004",
  "description": "Your Apartment Search, All In One Place",
  "icons": {
    "16": "./images/icon16.png",
    "48": "./images/icon48.png",
    "128": "./images/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "./jquery-3.4.1.min.js",
        "./content.js",
        "./webflow.js"
      ]
    }
  ],
  "permissions": [
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "./background.js"
    ]
  },
  "browser_action": {
    "default_icon": "./images/action-icon.png"
  }
}