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
No known key found for this signature in database
GPG Key ID: 48E847F18074C953
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",
"clipboardWrite",
"contextMenus",
"notifications"
"notifications",
"storage"
],
"icons": {
"16": "icons/lobli-16.png",
@ -30,7 +31,12 @@
"icons/lobli-19.png",
"icons/lobli-32.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": {
"shortenTab": {