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", "name": "Happynine", "description": "BIP 0032 hierarchical deterministic Bitcoin wallet", "minimum_chrome_version": "33", "version": "0.0.29.0", "app": { "background": { "scripts": [ "background.js" ] } }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ { "fileSystem": [ "write" ] }, "storage", "unlimitedStorage" ], "sockets": { "tcp": { "connect": "*:50001" } } }