CheaperThere | Cheap Flight & Hotel Deals

CheaperThere | Cheap Flight & Hotel Deals

We compare cheap flights from the best travel agencies.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "4.2.3",
  "manifest_version": 2,
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "permissions": [
    "https://www.google-analytics.com/*",
    "storage"
  ],
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "browser_action": {
    "default_popup": "popup-not-compatible.html",
    "default_icon": {
      "16": "img/icon-disabled16.png",
      "24": "img/icon-disabled24.png",
      "32": "img/icon-disabled32.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "main.js"
      ],
      "css": [
        "fonts/heebo.css"
      ],
      "run_at": "document_start",
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "web_accessible_resources": [
    "interceptor.js",
    "img/*",
    "fonts/*"
  ]
}