adjusting icons
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 7.2 KiB |
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 5.2 KiB |
BIN
Shared (Extension)/Resources/images/toolbar-16.png
Normal file
|
After Width: | Height: | Size: 810 B |
BIN
Shared (Extension)/Resources/images/toolbar-19.png
Normal file
|
After Width: | Height: | Size: 966 B |
BIN
Shared (Extension)/Resources/images/toolbar-32.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
Shared (Extension)/Resources/images/toolbar-38.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
Shared (Extension)/Resources/images/toolbar-48.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
Shared (Extension)/Resources/images/toolbar-72.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 454 B |
|
Before Width: | Height: | Size: 569 B |
|
Before Width: | Height: | Size: 919 B |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 2.1 KiB |
@@ -27,12 +27,12 @@
|
||||
"action": {
|
||||
"default_popup": "popup.html",
|
||||
"default_icon": {
|
||||
"16": "images/toolbar-icon-16.png",
|
||||
"19": "images/toolbar-icon-19.png",
|
||||
"32": "images/toolbar-icon-32.png",
|
||||
"38": "images/toolbar-icon-38.png",
|
||||
"48": "images/toolbar-icon-48.png",
|
||||
"72": "images/toolbar-icon-72.png"
|
||||
"16": "images/toolbar-16.png",
|
||||
"19": "images/toolbar-19.png",
|
||||
"32": "images/toolbar-32.png",
|
||||
"38": "images/toolbar-38.png",
|
||||
"48": "images/toolbar-48.png",
|
||||
"72": "images/toolbar-72.png"
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
@@ -42,6 +42,7 @@ Alpine.data('popup', () => ({
|
||||
const newProfile = {name: 'New Profile', privKey: newKey};
|
||||
this.profiles.push(newProfile);
|
||||
this.activeProfile = this.profiles.length - 1;
|
||||
browser.notifications.create('confirm-me', {type: "basic", message: "New private key generated"});
|
||||
},
|
||||
|
||||
get hasValidPubKey() {
|
||||
|
||||