CoinClaim

CoinClaim

CoinClaim is a token-based system that rewards you real, tradable crypto (CLM) for completing online quests and challenges.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CoinClaim",
  "version": "1.0.7",
  "description": "CoinClaim is a token-based system that rewards you real, tradable crypto (CLM) for completing online quests and challenges.",
  "permissions": [
    "tabs",
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "19": "images/icon19.png",
      "38": "images/icon38.png"
    }
  },
  "externally_connectable": {
    "matches": [
      "*://*.satorify.io/*"
    ]
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2
}