Skip to content

Commit

Permalink
update assets
Browse files Browse the repository at this point in the history
Signed-off-by: heron <[email protected]>
  • Loading branch information
iheron committed Jan 14, 2020
1 parent 6a64127 commit d9e5970
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nshell-chrome-extension",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
Binary file added public/assets/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions src/manifest.development.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"manifest_version": 2,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "0.1.0",
"homepage_url": "https://github.com/iheron/nshell-chrome-extension",
"version": "0.1.1",
"homepage_url": "https://github.com/nknorg/nshell-chrome-extension.git",
"author": "heron",
"default_locale": "en",
"icons": {
"16": "assets/logo.png",
"32": "assets/logo.png",
"48": "assets/logo.png",
"128": "assets/logo.png"
"16": "assets/logo@128x128.png",
"32": "assets/logo@128x128.png",
"48": "assets/logo@128x128.png",
"128": "assets/logo@128x128.png"
},
"permissions": [
"tabs",
Expand Down
12 changes: 6 additions & 6 deletions src/manifest.production.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"manifest_version": 2,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "0.1.0",
"homepage_url": "https://github.com/iheron/nshell-chrome-extension",
"version": "0.1.1",
"homepage_url": "https://github.com/nknorg/nshell-chrome-extension.git",
"author": "heron",
"default_locale": "en",
"icons": {
"16": "assets/logo.png",
"32": "assets/logo.png",
"48": "assets/logo.png",
"128": "assets/logo.png"
"16": "assets/logo@128x128.png",
"32": "assets/logo@128x128.png",
"48": "assets/logo@128x128.png",
"128": "assets/logo@128x128.png"
},
"permissions": [
"tabs",
Expand Down
2 changes: 1 addition & 1 deletion src/popup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<title>Index</title>
<link rel="shortcut icon" type="image/png" href="/assets/logo.png">
<link rel="shortcut icon" type="image/png" href="/assets/logo@128x128.png">
</head>
<body>
<noscript>
Expand Down

0 comments on commit d9e5970

Please sign in to comment.