Bystore

文章目录

应用简介

安全和先进的Bytom客户端

特点

易于使用
安全稳定
多钱包交易
Dapp开发

注意

确保备份密钥
Wiki:https://git.io/fjTXH

反馈

https://github.com/bycoinio/Bystore/issues

功能演示

配置文件

1{"update_url":"https:\/\/clients2.google.com\/service\/update2\/crx","manifest_version":2,"name":"Byone","description":"Bytom Wallet Chrome extension.","version":"2.1.4","author":"Bytom frontend, zhitinglin","web_accessible_resources":["js\/inject.js","wasm\/main.wasm"],"browser_action":{"default_popup":"pages\/popup.html","default_icon":"icons\/logo.png"},"icons":{"16":"icons\/logo.png","48":"icons\/logo.png","128":"icons\/logo.png"},"permissions":["*:\/\/*\/","storage","unlimitedStorage","contextMenus","clipboardWrite","clipboardRead","background"],"content_security_policy":"script-src 'self' 'unsafe-eval'; object-src 'self'","content_scripts":[{"js":["js\/content.js"],"run_at":"document_end","matches":["<all_urls>"],"all_frames":false}],"background":{"scripts":["js\/background.js"]}}