cherry

cherry

Get easier access to the best option.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.7.7",
  "name": "cherry",
  "icons": {
    "32": "assets/icons/32.png",
    "64": "assets/icons/64.png",
    "128": "assets/icons/128.png"
  },
  "action": {
    "default_title": "Property Marketing tool"
  },
  "description": "Get easier access to the best option.",
  "permissions": [
    "activeTab",
    "tabs",
    "scripting",
    "webNavigation"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "include_globs": [
        "*://*.booking.*",
        "*://*.expedia.*",
        "*://*.kayak.*",
        "*://*.hotels.*",
        "*://*.agoda.*",
        "*://*.wotif.*",
        "*://*.airbnb.*",
        "*://*.stayz.*",
        "*://*.trip.*",
        "*://*.hotelscombined.*"
      ],
      "run_at": "document_idle",
      "js": [
        "lib/jquery_3.5.1/jquery_3_5_1.js",
        "lib/bootstrap_4_modified/bootstrap.min.js",
        "lib/font/awsFont.js",
        "scripts/content/content_config.js",
        "scripts/customLib/notification.js",
        "scripts/customLib/urlValidator.js",
        "scripts/customLib/browserDetection.js",
        "scripts/customLib/draggableDiv.js",
        "scripts/content/custom_popup.js",
        "scripts/content/content_script.js"
      ],
      "css": [
        "lib/bootstrap_4_modified/bootstrap.min.css",
        "styles/content_style.css"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/assets/icons/*",
        "/assets/images/*",
        "/lib/font/Obviously/*",
        "/lib/font/Halyard/*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://35.176.164.197/*",
      "*://app.test.joincherry.com/*",
      "*://app.uat.joincherry.com/*",
      "*://app.joincherry.com/*"
    ]
  }
}