From 7c0af90e6ebc6852134d03b1a893b13c2093431e Mon Sep 17 00:00:00 2001 From: Zhiting Lin Date: Tue, 25 Jun 2019 15:01:15 +0800 Subject: [PATCH] update to v2.0.0 --- package.json | 4 ++-- src/manifest.js | 7 ++++--- updates.xml | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a9714c1..86232b6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Byone", "description": "Bytom Chrome Extension Wallet", - "version": "0.7.0", + "version": "0.8.0", "author": "zhiting.fly@8btc.com", "license": "MIT", "private": true, @@ -63,4 +63,4 @@ "webpack-dev-server": "^2.9.1", "webpack-merge": "^4.1.2" } -} +} \ No newline at end of file diff --git a/src/manifest.js b/src/manifest.js index ece1a7d..9b58fd8 100644 --- a/src/manifest.js +++ b/src/manifest.js @@ -1,8 +1,8 @@ module.exports = { manifest_version: 2, - name: 'Bystore', - description: 'Bytom Wallet for Chrome.', - version: '1.0.0.1', + name: 'Byone', + description: 'Bytom Wallet Chrome extension, Bystore officially changed to Byone.', + version: '2.0.0.0', author: 'Bytom frontend, zhitinglin', web_accessible_resources: ['js/inject.js', 'wasm/main.wasm'], browser_action: { @@ -17,6 +17,7 @@ module.exports = { permissions: [ '*://*/', 'storage', + "unlimitedStorage", 'contextMenus', 'clipboardWrite', 'clipboardRead', diff --git a/updates.xml b/updates.xml index f41af8a..95f5189 100644 --- a/updates.xml +++ b/updates.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file -- 2.11.0