UPIT BY HOMEFUNDIT

UPIT BY HOMEFUNDIT

Save for your home while you shop!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "lib/axios.min.js",
      "lib/jquery.min.js",
      "lib/url.min.js",
      "lib/lodash.min.js",
      "settings.js",
      "bg/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon_16.png",
      "32": "icons/icon_32.png",
      "48": "icons/icon_48.png",
      "64": "icons/icon_64.png",
      "128": "icons/icon_128.png"
    },
    "default_popup": "popup/popup.html",
    "default_title": "UPIT BY HOMEFUNDIT"
  },
  "content_scripts": [
    {
      "css": [
        "content/content.css"
      ],
      "js": [
        "lib/jquery.min.js",
        "lib/jquery-ui.min.js",
        "lib/lodash.min.js",
        "settings.js",
        "content/views.js",
        "content/index.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Save for your home while you shop!",
  "icons": {
    "16": "icons/icon_16.png",
    "32": "icons/icon_32.png",
    "48": "icons/icon_48.png",
    "64": "icons/icon_64.png",
    "128": "icons/icon_128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm2Uf3mS4e/9rALO6KQIODeysGjilWYMB9+O3f/ig0Q+uX0gWresGLdMmAdWown/8j7CpPvnARTbPT92VMFU08jfOvJ1xQZmJSdRgdZjl36krFvQbG3Rv4zSdwTypeUKfVX63prf5DD53LbKWtdM8tc88cuoLLPkfmoBunRnu2Upfla+mfmW95abaMEqXut+I3/1LxI87M0ZshNJtYkcT4G7bQdxcPzGNEAHs2WstiZQyfeycsvR3WXtyPO7J1aYXH9DMEFTi6MZjv7AnlhNdCNFYoj3XZtaQWr0U2WyhcTck63rFymgaf2TaiUCKfKRCe4U4SZF378NxkSTnlQ9gRQIDAQAB",
  "manifest_version": 2,
  "name": "UPIT BY HOMEFUNDIT",
  "options_page": "popup/popup.html",
  "permissions": [
    "storage",
    "https://www.homefundit.com/*"
  ],
  "short_name": "UPIT BY HOMEFUNDIT",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.4.0",
  "web_accessible_resources": [
    "lib/*",
    "icons/logo.svg",
    "icons/by_homefundit.png"
  ]
}