Rate Ranker

Rate Ranker

Sort the saving account interest rates on interest.co.nz

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Sort the saving account interest rates on interest.co.nz",
  "manifest_version": 3,
  "name": "Rate Ranker",
  "version": "1.1",
  "homepage_url": "https://thekiwiclick.co.nz",
  "icons": {
    "48": "logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.interest.co.nz/saving/call-account",
        "https://www.interest.co.nz/saving/bonus-savings-accounts",
        "https://www.interest.co.nz/saving/business-savings-accounts",
        "https://www.interest.co.nz/saving/children-youth-student",
        "https://www.interest.co.nz/saving/e-saver-online",
        "https://www.interest.co.nz/saving/term-deposits-1-to-9-months",
        "https://www.interest.co.nz/saving/term-deposits-1-to-5-years",
        "https://www.interest.co.nz/saving/term-pie"
      ],
      "js": [
        "app.js"
      ]
    }
  ]
}