Skip to content

Commit

Permalink
add: extension icon
Browse files Browse the repository at this point in the history
Signed-off-by: Mathis Raguin <[email protected]>
  • Loading branch information
Sayrus committed Feb 14, 2020
1 parent d0455ed commit 52c8f97
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
Binary file added extension/icons/icon-48.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 extension/icons/[email protected]
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 extension/icons/icon-512.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 extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

"description": "Scramble channel data to avoid AudioContext fingerprinting",

"icons": {
"48": "icons/icon-48.png",
"96": "icons/[email protected]",
"512": "icons/icon-512.png"
},

"content_scripts": [
{
"matches": ["*://*/*"],
Expand Down

0 comments on commit 52c8f97

Please sign in to comment.