Skip to content

Commit

Permalink
Added some files
Browse files Browse the repository at this point in the history
  • Loading branch information
sudiptab2100 committed Jan 11, 2024
1 parent 6610b23 commit 25be3eb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
Binary file added favicon.ico
Binary file not shown.
Binary file added favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "Light JS",
"description": "Send messages between several users (or just one) using light client targeted protocols.",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "favicon.png",
"type": "image/png",
"sizes": "192x192"
}
],
"display": "standalone",
"theme_color": "#ffffff",
"background_color": "#ffffff"
}

0 comments on commit 25be3eb

Please sign in to comment.