CashbackEarners_com_au Alertbar

CashbackEarners_com_au Alertbar

Want to know which shops grant cashback when you’re browsing the internet? This is now possible with the CashbackEarners Alertbar!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_app_name__",
  "version": "5.0.0",
  "description": "__MSG_app_desc__",
  "default_locale": "en_GB",
  "background": {
    "scripts": [
      "libs/js/jquery.min.js",
      "libs/js/lz-string.js",
      "libs/js/character-encoding.js",
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "cookies",
    "storage",
    "<all_urls>",
    "unlimitedStorage"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.orangebuddies.com/*",
      "*://*.cashbackearners.com.au/*"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icon19.png",
      "38": "images/icon38.png"
    },
    "default_title": "__MSG_app_name__"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "libs/js/jquery.min.js",
        "libs/js/character-encoding.js",
        "contentscript.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    "libs/css/popup.css",
    "libs/css/jquery.bxslider.css",
    "images/*"
  ],
  "icons": {
    "48": "logo.png",
    "128": "logo.png"
  },
  "manifest_version": 2
}