CoinCorner - Earn Bitcoin

CoinCorner - Earn Bitcoin

Earn Bitcoin cashback when you shop online with thousands of top brands with CoinCorner!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "jquery-3.5.1.min.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon-128.png",
    "default_title": "Earn Bitcoin when shopping online with CoinCorner!"
  },
  "content_scripts": [
    {
      "css": [
        "cashback.css"
      ],
      "js": [
        "jquery-3.5.1.min.js",
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "description": "Earn Bitcoin cashback when you shop online with thousands of top brands with CoinCorner!",
  "differential_fingerprint": "1.7711d165c2db412bbb4b726874c55970e04cce92978a8359512bee7edbf4c76a",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxAXj+yAyCH9rS4uBtj4SJpvcCH0R2VJMxq+nz8NeOCBP2QYPPyH4WVPA+MAoXLKR3q9b1bIVr1OC7lHVqlhjZWY+S8CnQ4zYniIgBIG4YaW7KZlOVPnLSy0kRMoWRsKHIDj93kVGsfkrt65uRmkq4lS8yNfGb4CKdtnvaVLpxzRJ/67WZKcbJJTZ4IrP7n4klE1GAA6hCDEQghfFxz4e73E6YoVU52gCTHWofN0nfacC+O3yhcL6pJp848XsLVtO6HDwhV9fCpzXKY5Pbao0Qbgeqds5abGjbqQgQJRn5+z1Yc+Cp9N/fljS/Hh4bKL1x1KAcqQNllNfQf4D+OrDGQIDAQAB",
  "manifest_version": 2,
  "name": "CoinCorner - Earn Bitcoin",
  "options_page": "settings.html",
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.3.2",
  "web_accessible_resources": [
    "assets/*.ttf",
    "cashback.html"
  ]
}