1
0
mirror of https://github.com/gamaio/lobli.git synced 2025-08-13 10:18:45 +00:00

Add new icons to the extension

This is for when the extension encounters something that makes it unable
to communicate to the server. It will disable until the user attempts to
shorten a link again
This commit is contained in:
David Todd
2014-09-18 21:09:56 -04:00
parent fb02307b20
commit 704a68104d
6 changed files with 8 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 471 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 754 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -17,7 +17,8 @@
"tabs", "tabs",
"clipboardWrite", "clipboardWrite",
"contextMenus", "contextMenus",
"notifications" "notifications",
"storage"
], ],
"icons": { "icons": {
"16": "icons/lobli-16.png", "16": "icons/lobli-16.png",
@@ -30,7 +31,12 @@
"icons/lobli-19.png", "icons/lobli-19.png",
"icons/lobli-32.png", "icons/lobli-32.png",
"icons/lobli-48.png", "icons/lobli-48.png",
"icons/lobli-128.png" "icons/lobli-128.png",
"icons/lobli-16-disabled.png",
"icons/lobli-19-disabled.png",
"icons/lobli-32-disabled.png",
"icons/lobli-48-disabled.png",
"icons/lobli-128-disabled.png"
], ],
"commands": { "commands": {
"shortenTab": { "shortenTab": {