HashFair

HashFair

Help HashFlare customers to see and analyze real payout data.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "js": [
        "vendor/jquery.js",
        "vendor/moment.min.js",
        "helpers.js",
        "helpers/modal.js",
        "index.js",
        "vendor/flot/jquery.flot.js",
        "vendor/flot/jquery.flot.time.js",
        "vendor/flot/jquery.flot.tooltip.min.js",
        "balance.js",
        "modals/donate/donate.js",
        "modals/about/about.js",
        "charts.js"
      ],
      "matches": [
        "https://hashflare.io/panel",
        "https://hashflare.io/panel?*"
      ]
    }
  ],
  "description": "Help HashFlare customers to see and analyze real payout data.",
  "icons": {
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "manifest_version": 2,
  "name": "HashFair",
  "permissions": [
    "https://hashflare.io/panel",
    "https://*.btc.com/*",
    "https://www.litecoinpool.org/pools"
  ],
  "short_name": "Analytics for HashFlare cloud mining",
  "version": "1.5",
  "web_accessible_resources": [
    "modals/*",
    "helpers/*",
    "images/*"
  ]
}