United.com Expert Search Tools

United.com Expert Search Tools

Helps you find upgrades and awards by showing a table of available awards and upgrades on the standard search result page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "United.com Expert Search Tools",
  "description": "Helps you find upgrades and awards by showing a table of available awards and upgrades on the standard search result page.",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "version": "1.0",
  "content_scripts": [
    {
      "matches": [
        "http://*.united.com/*"
      ],
      "js": [
        "united.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "permissions": [
    "http://www.united.com/"
  ]
}