Discover by Hipmunk Travel

Discover by Hipmunk Travel

Discover destinations and flight deals with every new tab!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Discover by Hipmunk Travel",
  "description": "Discover destinations and flight deals with every new tab!",
  "icons": {
    "128": "icon.jpg"
  },
  "version": "1.0.3",
  "chrome_url_overrides": {
    "newtab": "discover.html"
  },
  "background": {
    "scripts": [
      "js/jquery-2.2.3.min.js",
      "js/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "alarms",
    "geolocation",
    "storage",
    "https://www.hipmunk.com/"
  ]
}