Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

Commit

Permalink
Add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
coderworld10 committed Aug 10, 2019
1 parent 32ea9b7 commit 6076b45
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
Binary file added icons/logo-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 icons/logo-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 icons/logo-48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Short",
"version": "0.1",
"version": "0.0.1",
"description": "Chrome extension for Short",
"manifest_version": 2,
"background": {
Expand All @@ -13,5 +13,10 @@
"<all_urls>",
"webRequest",
"webRequestBlocking"
]
],
"icons": {
"16": "icons/logo-16.png",
"48": "icons/logo-48.png",
"128": "icons/logo-128.png"
}
}

0 comments on commit 6076b45

Please sign in to comment.