Hoteloogle - Search for the best hotel deals

Hoteloogle - Search for the best hotel deals

Compare hotel prices from the best hotel reservation websites and thousands of official hotel websites to get the cheapest hotel prices. 2,000,000+ Hotels - 120,000 Destinations - 120 Currencies - 40+ Languages - 1 Search

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "version": "1.5",
  "description": "__MSG_extDesc__",
  "default_locale": "en",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "64": "icon64.png",
    "96": "icon96.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png",
      "48": "icon48.png",
      "64": "icon64.png",
      "96": "icon96.png",
      "128": "icon128.png"
    },
    "default_title": "Hoteloogle - Search for the best hotel deals",
    "default_popup": "popup.html"
  }
}