Gold Price from Alloyx

Gold Price from Alloyx

Simple, current gold price.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Gold Price from Alloyx",
  "short_name": "Gold Price",
  "version": "0.3.1",
  "description": "Simple, current gold price.",
  "author": "Mr. Motte",
  "icons": {
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "img/icon19.png",
      "38": "img/icon38.png"
    },
    "default_title": "Gold Price from Alloyx",
    "default_popup": "popup.html"
  },
  "manifest_version": 2
}