Hotel Deals

Hotel Deals

HOTEL DEALS - Huge selections of cheap hotel rooms available with instant hotel booking

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "jquery.js",
      "background.js"
    ],
    "persistent": false
  },
  "description": "HOTEL DEALS - Huge selections of cheap hotel rooms available with instant hotel booking",
  "browser_action": {
    "default_icon": {
      "19": "Icon19.png"
    }
  },
  "content_scripts": [
    {
      "js": [
        "jquery.js",
        "jquery-ui.js",
        "content.js"
      ],
      "css": [
        "jquery-ui.css"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "19": "Icon19.png",
    "48": "Icon128.png",
    "128": "Icon128.png"
  },
  "content_security_policy": "script-src 'self' https://hotels.bedroomchecker.com; object-src 'self'",
  "manifest_version": 2,
  "name": "Hotel Deals",
  "default_locale": "en_US",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "storage",
    "tabs"
  ],
  "version": "2.0"
}