Hotel Ninja

Hotel Ninja

Get the cheapest hotel price!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Get the cheapest hotel price!",
  "version": "2.1.1",
  "manifest_version": 3,
  "name": "Hotel Ninja",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "permissions": [
    "scripting"
  ],
  "icons": {
    "16": "images/icon_16.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.booking.com/*",
        "https://www.agoda.com/*",
        "https://*.hotels.com/*",
        "https://www.expedia.com/*",
        "https://www.expedia.com/*",
        "https://mob.expedia.com/*",
        "https://euro.expedia.net/*",
        "https://www.expedia.es/*",
        "https://www.expedia.at/*",
        "https://www.expedia.be/*",
        "https://www.expedia.fi/*",
        "https://www.expedia.fr/*",
        "https://www.expedia.ie/*",
        "https://www.expedia.de/*",
        "https://www.expedia.it/*",
        "https://www.expedia.nl/*",
        "https://www.expedia.co.uk/*",
        "https://www.expedia.ca/*",
        "https://www.expedia.co.in/*",
        "https://www.expedia.co.id/*",
        "https://www.expedia.co.th/*",
        "https://www.expedia.com.my/*",
        "https://www.expedia.com.tw/*",
        "https://www.expedia.com.sg/*",
        "https://www.expedia.com.br/*",
        "https://www.expedia.com.vn/*",
        "https://www.orbitz.com/*",
        "https://www.travelocity.com/*"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "css": [
        "content.styles.css"
      ]
    }
  ],
  "host_permissions": [
    "https://*.booking.com/*",
    "https://www.agoda.com/*",
    "https://*.hotels.com/*",
    "https://www.expedia.com/*",
    "https://www.expedia.com/*",
    "https://mob.expedia.com/*",
    "https://euro.expedia.net/*",
    "https://www.expedia.es/*",
    "https://www.expedia.at/*",
    "https://www.expedia.be/*",
    "https://www.expedia.fi/*",
    "https://www.expedia.fr/*",
    "https://www.expedia.ie/*",
    "https://www.expedia.de/*",
    "https://www.expedia.it/*",
    "https://www.expedia.nl/*",
    "https://www.expedia.co.uk/*",
    "https://www.expedia.ca/*",
    "https://www.expedia.co.in/*",
    "https://www.expedia.co.id/*",
    "https://www.expedia.co.th/*",
    "https://www.expedia.com.my/*",
    "https://www.expedia.com.tw/*",
    "https://www.expedia.com.sg/*",
    "https://www.expedia.com.br/*",
    "https://www.expedia.com.vn/*",
    "https://www.orbitz.com/*",
    "https://www.travelocity.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "popup.html",
        "popup.bundle.js",
        "images/ninja-logo.png"
      ],
      "matches": [
        "https://*.booking.com/*",
        "https://www.agoda.com/*",
        "https://*.hotels.com/*",
        "https://www.expedia.com/*",
        "https://www.expedia.com/*",
        "https://mob.expedia.com/*",
        "https://euro.expedia.net/*",
        "https://www.expedia.es/*",
        "https://www.expedia.at/*",
        "https://www.expedia.be/*",
        "https://www.expedia.fi/*",
        "https://www.expedia.fr/*",
        "https://www.expedia.ie/*",
        "https://www.expedia.de/*",
        "https://www.expedia.it/*",
        "https://www.expedia.nl/*",
        "https://www.expedia.co.uk/*",
        "https://www.expedia.ca/*",
        "https://www.expedia.co.in/*",
        "https://www.expedia.co.id/*",
        "https://www.expedia.co.th/*",
        "https://www.expedia.com.my/*",
        "https://www.expedia.com.tw/*",
        "https://www.expedia.com.sg/*",
        "https://www.expedia.com.br/*",
        "https://www.expedia.com.vn/*",
        "https://www.orbitz.com/*",
        "https://www.travelocity.com/*"
      ]
    }
  ]
}