Skip to content

Commit

Permalink
add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Elements6007 committed Apr 15, 2023
1 parent 191b1b4 commit 965d557
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Binary file added assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
"matches": ["https://*.youtube.com/*"],
"js" : ["contentScript.js"]
}

]
],
"icons": {
"16": "assets/icon.png",
"24": "assets/icon.png",
"32": "assets/icon.png",
"48": "assets/icon.png",
"128": "assets/icon.png"
}
}

0 comments on commit 965d557

Please sign in to comment.