Uthrive: Use best cards for rewards & savings

Uthrive: Use best cards for rewards & savings

Automatically use your best credit card to get maximum rewards and cashback

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Uthrive: Use best cards for rewards & savings",
  "description": "Automatically use your best credit card to get maximum rewards and cashback",
  "version": "0.0.2.3",
  "manifest_version": 3,
  "action": {
    "default_title": "Open the popup"
  },
  "icons": {
    "16": "Uthrive-logo-short16.png",
    "48": "Uthrive-logo-short48.png",
    "128": "Uthrive-logo-short128.png",
    "1024": "Uthrive-logo-short1024.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "clipboardWrite"
  ],
  "host_permissions": [
    "*://alpha-services.uthrive.club/*",
    "*://services.uthrive.club/*",
    "*://uthrive-resources.s3.amazonaws.com/*",
    "*://cognito-idp.us-east-1.amazonaws.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "./static/js/content.js",
        "./static/js/main.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "service_worker": "./static/js/background.js",
    "type": "module"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}