Skip to content

Commit

Permalink
guivictorr/adding icon (#16)
Browse files Browse the repository at this point in the history
* refactor: adding aria label to chorus button

* feat: adding icon to extension
  • Loading branch information
guivictorr committed Oct 29, 2023
1 parent 69ff979 commit e896961
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
Binary file added public/assets/icon128.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 public/assets/icon16.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 public/assets/icon32.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 public/assets/icon48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"name": "Spotify Chorus",
"version": "1.0",
"description": "Add Chorus link to Spotify songs",
"icons": {
"16": "assets/icon16.png",
"32": "assets/icon32.png",
"48": "assets/icon48.png",
"128": "assets/icon128.png"
},
"content_scripts": [
{
"js": ["index.js"],
Expand Down

0 comments on commit e896961

Please sign in to comment.