Skip to content

Commit

Permalink
changes to logo
Browse files Browse the repository at this point in the history
  • Loading branch information
met18001 committed Feb 18, 2020
1 parent fa12e1b commit 9291ccd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Binary file added chatroomlogo192.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 chatroomlogo512.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: 5 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"short_name": "Mobile App Chat",
"name": "Mobile App Chat",
"short_name": "Meira Mobile App Chat",
"name": "Meira Mobile App Chat",
"icons": [
{
"src":"icon192.png",
"src":"chatroomlogo192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icon512.png",
"src": "chatroomlogo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "index.html",
"background_color": "#f00",
"theme_color": "#f00",
"theme_color": "#63699E",
"display": "fullscreen"
}
4 changes: 2 additions & 2 deletions sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ var version = 'v1::';
*/
var offlineFiles = [
'',
'icon192.png',
'icon512.png',
'chatroomlogo192.png',
'chatroomlogo512.png',
'index.html',
'main.css',
'main.js'
Expand Down

0 comments on commit 9291ccd

Please sign in to comment.