Skip to content

Commit

Permalink
chore: add icon
Browse files Browse the repository at this point in the history
chore: refactor icons
  • Loading branch information
triuzzi committed Jan 27, 2024
1 parent 3a8d34e commit 6af0144
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
Binary file added icons/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/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/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 icons/48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"author": "Emanuele Triuzzi",
"description": "Add keyboard shortcuts to duplicate and pin tabs. No internet access needed. github.com/triuzzi/tab-shortcuts",
"name": "Tab Shortcuts",
"version": "1.0",

Expand All @@ -21,5 +22,12 @@
},
"description": "Pin active tab"
}
},

"icons": {
"16": "icons/16.png",
"32": "icons/32.png",
"48": "icons/48.png",
"128": "icons/128.png"
}
}

0 comments on commit 6af0144

Please sign in to comment.