Sell it Fast

Sell it Fast

Helps you sell your house fast when you need not want to

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sell it Fast",
  "manifest_version": 2,
  "short_name": "SIF",
  "description": "Helps you sell your house fast when you need  not want  to",
  "version": "2.0",
  "background": {
    "persistent": false,
    "scripts": [
      "OneSignal2.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "16px_1001-1503360983.jpg"
  },
  "icons": {
    "128": "128px_1001-1503360968.jpg"
  },
  "permissions": [
    "gcm",
    "storage",
    "notifications",
    "identity"
  ]
}