TCD - Buy Anything* With Digital Currency

TCD - Buy Anything* With Digital Currency

Instantly pay for anything* with digital currency without leaving the website. Click the extension, hit submit, and send the coins!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TCD - Buy Anything* With Digital Currency",
  "description": "Instantly pay for anything* with digital currency without leaving the website. Click the extension, hit submit, and send the coins!",
  "version": "1.0",
  "manifest_version": 2,
  "homepage_url": "https://www.thecryptodepot.com",
  "permissions": [
    "*://*/*",
    "storage",
    "tabs"
  ],
  "icons": {
    "16": "img/logo.png",
    "128": "img/logo.png"
  },
  "browser_action": {
    "default_icon": "img/logo.png",
    "default_title": "The Crypto Depot - Buy Anything* With Digital Currency Plugin",
    "default_popup": "popup.html"
  }
}