Skip to content

Commit

Permalink
Update version and title
Browse files Browse the repository at this point in the history
  • Loading branch information
imyugioh committed Jul 26, 2021
1 parent 7373bd4 commit cc1e524
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion src/app.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.2.3"
"version": "1.2.4"
}
14 changes: 7 additions & 7 deletions src/manifest-dev.js
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
const AppInfo = require("./app.json");

module.exports = {
name: "Harmony One Wallet",
description: "Harmony One Extension Wallet",
name: "Harmony Chrome Extension Wallet",
description: "Harmony Chrome Extension Wallet",
author: "Harmony",
version: AppInfo.version,
icons: {
"16": "icons/16.ico",
"32": "icons/32.ico",
"48": "icons/48.ico",
"128": "icons/128.ico",
16: "icons/16.ico",
32: "icons/32.ico",
48: "icons/48.ico",
128: "icons/128.ico",
},

permissions: ["storage", "activeTab"],
browser_action: {
default_title: "Harmony One Wallet",
default_title: "Harmony Chrome Extension Wallet",
default_popup: "popup.html",
},
background: {
Expand Down
14 changes: 7 additions & 7 deletions src/manifest-prod.js
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
const AppInfo = require("./app.json");

module.exports = {
name: "Harmony One Wallet",
description: "Harmony One Browser Extension Wallet",
name: "Harmony Chrome Extension Wallet",
description: "Harmony Chrome Extension Wallet",
author: "Harmony",
version: AppInfo.version,
icons: {
"16": "icons/16.ico",
"32": "icons/32.ico",
"48": "icons/48.ico",
"128": "icons/128.ico",
16: "icons/16.ico",
32: "icons/32.ico",
48: "icons/48.ico",
128: "icons/128.ico",
},

permissions: ["storage", "activeTab"],
browser_action: {
default_title: "Harmony One Wallet",
default_title: "Harmony Chrome Extension Wallet",
default_popup: "popup.html",
},
background: {
Expand Down

0 comments on commit cc1e524

Please sign in to comment.