Flight Funds

Flight Funds

Easily store your travel funds and vouchers from all airlines. Copy your travel fund codes when booking your next flight.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "Flight Funds Extension",
  "name": "Flight Funds",
  "description": "Easily store your travel funds and vouchers from all airlines. Copy your travel fund codes when booking your next flight.",
  "icons": {
    "16": "favicon.png",
    "48": "favicon.png",
    "128": "favicon.png"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "permissions": [
    "activeTab"
  ],
  "manifest_version": 2,
  "version": "0.0.2",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Flight Funds"
  }
}