Savable - Cashback  Made Easy

Savable - Cashback Made Easy

Savable aggregates the most popular Australian cashback deals, and displays in a intuitive and non disruptive way. With Savable, you not only will never miss a cashback deal, but also be able to choose the best deal available to you, and apply them i

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Savable - Easy Cashback from Online Shopping",
  "short_name": "Savable",
  "version": "1.2.1",
  "description": "Save more, Save easier whilst shopping online",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end",
      "js": [
        "jquery.min.js",
        "jquery-ui.min.js",
        "contentScript.js"
      ],
      "css": [
        "jquery-ui.min.css",
        "jquery-ui.theme.min.css",
        "jquery-ui.structure.min.css"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "images/*"
  },
  "icons": {
    "16": "images/logo16.png",
    "32": "images/logo32.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "web_accessible_resources": [
    "images/*"
  ],
  "permissions": [
    "https://api.savable.com.au/*",
    "activeTab",
    "webRequest",
    "storage"
  ]
}