OSDN Git Service

update to v2.0.0 2.0.0
authorZhiting Lin <zlin035@uottawa.ca>
Tue, 25 Jun 2019 07:01:15 +0000 (15:01 +0800)
committerZhiting Lin <zlin035@uottawa.ca>
Tue, 25 Jun 2019 07:01:15 +0000 (15:01 +0800)
package.json
src/manifest.js
updates.xml

index a9714c1..86232b6 100644 (file)
@@ -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
index ece1a7d..9b58fd8 100644 (file)
@@ -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',
index f41af8a..95f5189 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
   <app appid='gnooapainaenaagmljnopepbheiaaaok'>
-    <updatecheck codebase='http://localhost:8000/chrome-ext.crx' version='1.0.0.1' />
+    <updatecheck codebase='http://localhost:8000/chrome-ext.crx' version='2.0.0.0' />
   </app>
 </gupdate>
\ No newline at end of file