Skip to content

Commit

Permalink
💄 Add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed May 31, 2024
1 parent 1bb9e07 commit 7ff724a
Show file tree
Hide file tree
Showing 12 changed files with 127 additions and 111 deletions.
204 changes: 98 additions & 106 deletions pubspec.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Fully decentralized and cryptocurrency non-custodial hot wallet tha

publish_to: "none" # Remove this line if you wish to publish to pub.dev

version: 2.3.8+526
version: 2.3.8+528

environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down
Binary file added web/icons/icon_128.png
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 web/icons/icon_16.png
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 web/icons/icon_32.png
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 web/icons/icon_48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 14 additions & 2 deletions web/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"name": "Archethic Wallet",
"description": "Archethic Wallet",
"version": "2.3.8.526",
"icons": {
"16": "icons/icon_16.png",
"32": "icons/icon_32.png",
"48": "icons/icon_48.png",
"128": "icons/icon_128.png"
},
"version": "2.3.8.527",
"content_security_policy": {
"extension_pages": "script-src 'self' ; object-src 'self'"
},
Expand Down Expand Up @@ -43,7 +49,13 @@
},
"action": {
"default_popup": "index.html",
"default_icon": "icons/Icon-192.png"
"default_title": "Archethic Wallet",
"default_icon": {
"16": "icons/icon_16.png",
"32": "icons/icon_32.png",
"48": "icons/icon_48.png",
"128": "icons/icon_128.png"
}
},
"manifest_version": 3
}
Binary file added web_chrome_extension/public/icons/icon_128.png
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 web_chrome_extension/public/icons/icon_16.png
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 web_chrome_extension/public/icons/icon_32.png
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 web_chrome_extension/public/icons/icon_48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 14 additions & 2 deletions web_chrome_extension/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"name": "Archethic Wallet",
"description": "Archethic Wallet",
"version": "2.3.8.526",
"icons": {
"16": "icons/icon_16.png",
"32": "icons/icon_32.png",
"48": "icons/icon_48.png",
"128": "icons/icon_128.png"
},
"version": "2.3.8.528",
"content_security_policy": {
"extension_pages": "script-src 'self' ; object-src 'self'"
},
Expand Down Expand Up @@ -42,7 +48,13 @@
]
},
"action": {
"default_icon": "icons/Icon-192.png"
"default_title": "Archethic Wallet",
"default_icon": {
"16": "icons/icon_16.png",
"32": "icons/icon_32.png",
"48": "icons/icon_48.png",
"128": "icons/icon_128.png"
}
},
"manifest_version": 3
}

0 comments on commit 7ff724a

Please sign in to comment.