Your Next Trip, cheap flights in your new tab

Your Next Trip, cheap flights in your new tab

Get the cheapest flight to a random destination when you open a new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "1.1.12",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "__MSG_appBrowser__"
  },
  "icons": {
    "128": "icon.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "background": {
    "scripts": [
      "backgroundApi.js"
    ],
    "persistent": false
  },
  "web_accessible_resources": [
    "newtab.css"
  ],
  "permissions": [
    "geolocation",
    "storage"
  ],
  "manifest_version": 2
}