Historical Bitcoin Price Calculator

Historical Bitcoin Price Calculator

The Bitcoinhouse Historical Bitcoin Price Calculator allows you to find the Bitcoin price in all world currencies from 2009 to 2018.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Historical Bitcoin Price Calculator",
  "short_name": "Bitcoinhouse.com",
  "description": "The Bitcoinhouse Historical Bitcoin Price Calculator allows you to find the Bitcoin price in all world currencies from 2009 to 2018.",
  "version": "1.0.0.9",
  "icons": {
    "16": "logo/logo16x16.png",
    "19": "logo/logo19x19.png",
    "38": "logo/logo38x38.png",
    "48": "logo/logo48x48.png",
    "128": "logo/logo128x128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "https://bitcoinhouse-project.appspot.com/",
    "activeTab",
    "storage"
  ]
}