Indacoin

Indacoin

This nice Extension will allow you to get the best bitcoin price possible on Indacoin and make purchases with cryptocurrency in a…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Indacoin",
  "version": "0.221",
  "icons": {
    "48": "icon/icon_48.png",
    "64": "icon/icon_64.png",
    "96": "icon/icon_96.png",
    "128": "icon/icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "findAndReplaceDOMText.js",
        "onpage.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "history",
    "activeTab",
    "<all_urls>"
  ],
  "browser_action": {
    "default_title": "Indacoin",
    "default_popup": "popup/popup.html"
  }
}