4D Currency Converter

4D Currency Converter

Real-time currency converter built for Chrome OS and Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "app": {
    "background": {
      "scripts": [
        "main.js"
      ]
    }
  },
  "description": "Real-time currency converter built for Chrome OS and Chrome",
  "icons": {
    "16": "img/logo-16.png",
    "48": "img/logo-48.png",
    "128": "img/logo-128.png"
  },
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCb5JeCctdBoPin4mm1QSJi9jiQFqes64GiPcgy/vNqFZ6dYLBk5bZQoW7inDMboY0RQcEhleFtsUDocZll34f2F2Ci51akhs8gf/hx1ziCeNy1JbqUh0JIE6Dt4u6QnVfIWfbvGeDetJn3ts8PB4GOtD+F5y3qLWY3qSfLNaiTWwIDAQAB",
  "manifest_version": 2,
  "name": "4D Currency Converter",
  "permissions": [
    "http://*.finance.yahoo.com/",
    "http://*.appspot.com/",
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.2.1"
}