Join Cherry - Stop Overpaying for Hotels

Join Cherry - Stop Overpaying for Hotels

Save up to 60% off at 500,000+ hotels worldwide.

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.9.76",
  "name": "__MSG_extName__",
  "icons": {
    "32": "assets/icons/32.png",
    "64": "assets/icons/64.png",
    "128": "assets/icons/128.png"
  },
  "action": {
    "default_title": "__MSG_extName__",
    "default_popup": "view/popup.html"
  },
  "description": "__MSG_extDescription__",
  "permissions": [
    "tabs",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "default_locale": "en",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "include_globs": [
        "*://www.chase.com/personal/travel",
        "*://www.lhrcollection.*"
      ],
      "run_at": "document_start",
      "all_frames": false,
      "js": [
        "lib/jquery_3.5.1/jquery_3_5_1.js",
        "lib/bootstrap_4_modified/bootstrap.min.js",
        "baseConfig.js",
        "scripts/content/content_config.js",
        "scripts/customLib/localizedText.js",
        "scripts/content/content_chase.js"
      ],
      "css": [
        "lib/bootstrap_4_modified/bootstrap.min.css",
        "styles/content_chase_style.css"
      ]
    },
    {
      "matches": [
        "*://*/*"
      ],
      "include_globs": [
        "*://rezmeqa.qa.booking.clubxeni.*",
        "*://booking.joincherry.*"
      ],
      "run_at": "document_start",
      "all_frames": false,
      "js": [
        "lib/jquery_3.5.1/jquery_3_5_1.js",
        "lib/bootstrap_4_modified/bootstrap.min.js",
        "baseConfig.js",
        "scripts/customLib/urlValidator.js",
        "scripts/content/content_config.js",
        "scripts/customLib/localizedText.js",
        "scripts/content/content_xeni.js"
      ],
      "css": [
        "lib/bootstrap_4_modified/bootstrap.min.css",
        "styles/content_xeni_style.css"
      ]
    },
    {
      "matches": [
        "*://*/*"
      ],
      "include_globs": [
        "*://*.joincherry.*",
        "*://localhost:*"
      ],
      "run_at": "document_start",
      "all_frames": false,
      "js": [
        "baseConfig.js",
        "scripts/content/content_cherry.js",
        "scripts/content/content_external_message.js"
      ]
    },
    {
      "matches": [
        "*://*/*"
      ],
      "include_globs": [
        "*://*.booking.com/*",
        "*://*.expedia.*",
        "*://*.hotels.*",
        "*://*.agoda.*",
        "*://*.wotif.*",
        "*://*.airbnb.*",
        "*://*.skyscanner.*",
        "*://*.kayak.*",
        "*://*.qantas.*",
        "*://services.webjet.*",
        "*://luxuryescapes.*",
        "*://*.stayz.*",
        "*://*.vrbo.*",
        "*://*.bookabach.*",
        "*://*.abritel.*",
        "*://*.fewo-direkt.*",
        "*://*.trip.*",
        "*://*.hotelscombined.*",
        "*://*.rmscloud.*",
        "*://*/*test=true*",
        "*://*.redballoon.*",
        "*://*.viator.*",
        "*://*.hostelworld.*",
        "*://*.priceline.*",
        "*://*.orbitz.*",
        "*://*.travelocity.*",
        "*://*.staypia.*",
        "*://*.getaroom.*",
        "*://*.rehlat.*",
        "*://*.edreams.*",
        "*://hotelwiz.*",
        "*://*.gosplitty.*",
        "*://*.traveluro.*",
        "*://*.momondo.*",
        "*://*.travelup.*",
        "*://*.reservations.*"
      ],
      "run_at": "document_start",
      "all_frames": false,
      "js": [
        "lib/jquery_3.5.1/jquery_3_5_1.js",
        "lib/bootstrap_4_modified/bootstrap.min.js",
        "baseConfig.js",
        "lib/moment/moment.js",
        "scripts/customLib/localizedText.js",
        "scripts/customLib/dateOperation.js",
        "scripts/customLib/notification.js",
        "scripts/content/content_config.js",
        "scripts/customLib/starRating.js",
        "scripts/customLib/urlValidator.js",
        "scripts/customLib/browserDetection.js",
        "scripts/customLib/draggableDiv.js",
        "scripts/content/content_external_message.js",
        "scripts/content/content_traystate.js",
        "scripts/content/content_engine.js",
        "scripts/content/content_channel.js",
        "scripts/content/content_booking.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/*",
        "/lib/font/*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://*.joincherry.com/*"
    ]
  }
}