TripsGenie - Find Cheap Flights & Hotel Deals

TripsGenie - Find Cheap Flights & Hotel Deals

TripsGenie search hundreds of travel sites at once to find the cheapest flights and cheap hotel deals for you.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "TripsGenie - Find Cheap Flights & Hotel Deals",
  "description": "TripsGenie search hundreds of travel sites at once to find the cheapest flights and cheap hotel deals for you.",
  "version": "1.0",
  "author": "Saadat Najafova",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "findcheapflightshotels.html"
  },
  "permissions": [
    "activeTab"
  ]
}