Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "description": "Realtime gold, silver, platinum and palladium prices, provided by bullionvault.com", "icons": { "128": "icon_128.png" }, "name": "Gold & Silver price", "options_page": "options.html", "permissions": [], "version": "3.1.3" }