JetBlue ShopTrue Notify

JetBlue ShopTrue Notify

JetBlue ShopTrue Notify is a free toolbar to help you earn points when you shop online with your favorite retailers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "JetBlue ShopTrue Notify",
  "version": "2.1resigned1",
  "description": "JetBlue ShopTrue Notify is a free toolbar to help you earn points when you shop online with your favorite retailers.",
  "author": "Core8 Ltd.",
  "homepage_url": "http://shoptrue.jetblue.com",
  "icons": {
    "32": "icon32.png",
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "applications": {
    "gecko": {
      "id": "JetBlueToolbar@com"
    }
  },
  "background": {
    "scripts": [
      "url.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "<all_urls>"
  ]
}