Kelyst

Kelyst

The Real Estate Game Changer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Kelyst",
  "description": "The Real Estate Game Changer",
  "version": "1.0.0",
  "homepage_url": "https://www.kelyst.com",
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "browser_action": {
    "default_title": "Kelyst"
  },
  "icons": {
    "16": "icon-small-pink-k.png",
    "48": "icon-medium-pink-k.png",
    "128": "icon-large-pink-k.png"
  },
  "permissions": [
    "https://api.kelyst.com/*",
    "https://gist.githubusercontent.com/GuillaumeSarfati/756e915305346b04ba3bf1f619b64491/raw/parsing.json",
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "browser-polyfill.js",
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "icon-large-pink-k.png",
    "graceful.mp3",
    "check.svg"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}