Sell My House 7 - How To Sell Your House

Sell My House 7 - How To Sell Your House

Latest content from a Sell My House 7.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sell My House 7 - How To Sell Your House",
  "version": "1.0",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "description": "Latest content from a Sell My House 7.",
  "browser_action": {
    "default_icon": {
      "16": "images/icon-16x16.png",
      "32": "images/icon-32x32.png",
      "48": "images/icon-48x48.png",
      "128": "icon.png"
    },
    "default_popup": "articles.html"
  },
  "permissions": [
    "https://kisavoz.com/*"
  ],
  "icons": {
    "16": "images/icon-16x16.png",
    "48": "images/icon-48x48.png",
    "128": "icon.png"
  }
}