Skip to content

Commit

Permalink
Added more images
Browse files Browse the repository at this point in the history
  • Loading branch information
z0ccc committed Jan 29, 2023
1 parent 82e1f98 commit 7bca6b7
Show file tree
Hide file tree
Showing 9 changed files with 251 additions and 2 deletions.
Binary file added promo/vytal-logo-1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
78 changes: 78 additions & 0 deletions promo/vytal-logo-background.svg
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 promo/vytal-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
78 changes: 78 additions & 0 deletions promo/vytal-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
93 changes: 93 additions & 0 deletions promo/vytal-text-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/icon32.png
Binary file not shown.
Binary file added src/assets/icon48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"background": { "service_worker": "background.bundle.js" },
"action": {
"default_popup": "popup.html",
"default_icon": "icon32.png"
"default_icon": "icon48.png"
},
"icons": {
"128": "icon128.png"
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ var options = {
new CopyWebpackPlugin({
patterns: [
{
from: 'src/assets/icon32.png',
from: 'src/assets/icon48.png',
to: path.join(__dirname, 'build'),
force: true,
},
Expand Down

0 comments on commit 7bca6b7

Please sign in to comment.