Wundrfly - Search Affordable & Cheap Flights

Wundrfly - Search Affordable & Cheap Flights

Search cheap flights with an easy flight booking process with Wundrfly, and get flight tickets for your next journey.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Wundrfly - Search Affordable & Cheap Flights",
  "short_name": "Wundrfly",
  "description": "Search cheap flights with an easy flight booking process with Wundrfly, and get flight tickets for your next journey.",
  "version": "3.6",
  "author": "Wundrfly",
  "icons": {
    "16": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "action": {
    "default_icon": "logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/static/js/main.ec041945.js"
      ],
      "css": [
        "/static/css/main.6a81ecb1.css"
      ]
    }
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}