JetRadar - Cheap Flights & Airline tickets

JetRadar - Cheap Flights & Airline tickets

Jetradar searches travel and airline sites to help you find cheap flights at best prices.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.0.0",
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "64": "logo64.png",
    "128": "logo128.png"
  },
  "permissions": [],
  "minimum_chrome_version": "22",
  "browser_action": {
    "default_icon": "logo32.png",
    "default_title": "__MSG_appName__",
    "default_popup": "popup.html"
  }
}