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", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "bitstamp32.png", "default_popup": "popup.html" }, "description": "Realtime bitcoin prices from Bitstamp", "icons": { "128": "bitstamp128.png" }, "manifest_version": 2, "name": "Bitstamp Ticker", "permissions": [ "https:\/\/www.bitstamp.net\/" ], "version": "2.8.0" }