Refermate Anywhere

Refermate Anywhere

Refer and earn commission, or shop and earn cash back. Choose from over 36,000 of your favorite online stores.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Refer and earn commission, or shop and earn cash back. Choose from over 36,000 of your favorite online stores.",
  "version": "2.0.7",
  "manifest_version": 3,
  "name": "Refermate Anywhere",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "img/icon-16.png",
      "32": "img/icon-32.png",
      "48": "img/icon-48.png",
      "64": "img/icon-64.png",
      "128": "img/icon-16.png"
    }
  },
  "icons": {
    "16": "img/icon-16.png",
    "32": "img/icon-32.png",
    "48": "img/icon-48.png",
    "64": "img/icon-64.png",
    "128": "img/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "img/*.*",
        "fonts/*.*",
        "injectAutoApply.bundle.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "<all_urls>",
    "http://*/*",
    "https://*/*"
  ],
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "unlimitedStorage",
    "cookies",
    "webNavigation"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{7e1afc73-8e24-4fd2-8d30-edf3dc8257e0}"
    }
  }
}