Hotel Deals Finder

Hotel Deals Finder

Find cheap hotels and discounts when you book on hotels.com. Compare hotel deals, offers and read unbiased reviews on hotels

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "2.1.2.1",
  "default_locale": "en",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "omnibox": {
    "keyword": "hotel"
  },
  "browser_action": {
    "default_icon": "hotelscom.png",
    "default_title": "Hotels.com"
  },
  "permissions": [
    "tabs",
    "contextMenus",
    "bookmarks"
  ],
  "icons": {
    "16": "hotelscom.png",
    "128": "hotels.png"
  }
}