Expedia Member Only Deals

Expedia Member Only Deals

The official Expedia Member Only Deals extension - now with Hotel Price Alerts! Stay connected and save 10% or more on select hotels

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": true,
    "scripts": [
      "js/events.min.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/128.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "js/content.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "__MSG_chrome_web_store_description1__",
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_extension_name__",
  "homepage_url": "https://chrome.google.com/webstore/detail/expedia-member-only-deals/cfbpcgmafclgfmpoelldpmiolgblgbel",
  "permissions": [
    "*://*/*",
    "storage",
    "idle",
    "activeTab",
    "cookies"
  ],
  "default_locale": "en",
  "short_name": "www.expedia.com",
  "version": "0.50017"
}