FlyerTalk IATA Overlay

FlyerTalk IATA Overlay

Shows airport details when IATA codes are highlighted on screen

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "content_scripts": [
    {
      "include_globs": [
        "http://flyertalk.com/*",
        "https://flyertalk.com/*",
        "http://*.flyertalk.com/*",
        "https://*.flyertalk.com/*"
      ],
      "js": [
        "IATA.user.js"
      ],
      "matches": [
        "http://flyertalk.com/*",
        "https://flyertalk.com/*",
        "http://*.flyertalk.com/*",
        "https://*.flyertalk.com/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "converted_from_user_script": true,
  "description": "Shows airport details when IATA codes are highlighted on screen",
  "name": "FlyerTalk IATA Overlay",
  "version": "0.1.0",
  "homepage_url": "http://wandr.me/",
  "short_name": "IATA",
  "web_accessible_resources": [
    "IATA.user.js"
  ],
  "icons": {
    "16": "icon16.jpg",
    "48": "icon48.jpg",
    "128": "icon128.jpg"
  }
}