Skip to content

Commit

Permalink
Add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonPucheu committed Jan 14, 2023
1 parent 54bd299 commit 64040da
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 3 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.
Binary file added icons/64.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/original.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 10 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
{
"manifest_version": 3,
"name": "PixelClock",
"version": "1.0",
"action": {
"default_popup": "popup.html"
},
"manifest_version": 3,
"version": "0.1",
"description": "This is a project to recreate the clock of the Freebox Revolution"
"description": "This is a project to recreate the clock of the Freebox Revolution",
"icons": {
"16": "icons/16.png",
"32": "icons/32.png",
"48": "icons/48.png",
"128": "icons/128.png"
},
"author": "simon.pucheu@mail.com"
}

0 comments on commit 64040da

Please sign in to comment.