Hotel Canary

Hotel Canary

Find out the hotel you will get with Express Deals in Priceline

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Hotel Canary",
  "description": "Find out the hotel you will get with Express Deals in Priceline",
  "version": "1.1.16resigned1",
  "icons": {
    "48": "desk-bell-icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "tabs",
    "activeTab",
    "http://*.priceline.com/",
    "https://*.priceline.com/"
  ],
  "page_action": {
    "browser_style": true,
    "default_title": "Check hotels",
    "default_icon": "desk-bell-icon.png",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f5adab64-e963-40f3-b6f3-4f95ed03fdd2}"
    }
  }
}