HashTrust

HashTrust

A free payment service that protects buyers and builds seller reputations.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "HashTrust",
  "description": "A free payment service that protects buyers and builds seller reputations.",
  "version": "1.0.10",
  "offline_enabled": false,
  "app": {
    "background": {
      "scripts": [
        "assets/background.js",
        "assets/util/applink.js"
      ]
    }
  },
  "icons": {
    "128": "hashtrust_chrome_128x128.png"
  },
  "permissions": [
    "notifications",
    "webview",
    "idle",
    "http://localhost:8888/*",
    "http://127.0.0.1:8888/*",
    "https://hashtrust.com/*"
  ],
  "url_handlers": {
    "view_transaction": {
      "matches": [
        "https://hashtrust.com/permalink/tx/*"
      ],
      "title": "View Transaction"
    },
    "view_user": {
      "matches": [
        "https://hashtrust.com/permalink/user/*"
      ],
      "title": "View User"
    },
    "verify_account": {
      "matches": [
        "https://hashtrust.com/permalink/verify_account/*"
      ],
      "title": "Verify Account"
    }
  }
}