Skip to content

Commit

Permalink
🎨 Update manifest and icons
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 committed Jan 19, 2019
1 parent d8a20c7 commit dcab2e6
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 9 deletions.
Binary file modified docs/resources/favicon.ico
Binary file not shown.
Binary file modified public/favicon.ico
Binary file not shown.
Binary file added public/images/icons/icon-128x128.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 public/images/icons/icon-144x144.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 public/images/icons/icon-152x152.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 public/images/icons/icon-192x192.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 public/images/icons/icon-384x384.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 public/images/icons/icon-512x512.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 public/images/icons/icon-72x72.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 public/images/icons/icon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 47 additions & 9 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,53 @@
{
"short_name": "Home Panel",
"name": "Home Panel",
"short_name": "Home Panel",
"description": "A touch-compatible web frontend for controlling the home",
"lang": "en-GB",
"theme_color": "#607d8b",
"background_color": "#ffffff",
"display": "standalone",
"Scope": "/",
"start_url": "./index.html",
"icons": [
{
"src": "favicon.ico",
"sizes": "256x256 128x128 64x64 48x48 32x32 24x24 16x16",
"type": "image/x-icon"
"src": "images/icons/icon-72x72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "images/icons/icon-96x96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "images/icons/icon-128x128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "images/icons/icon-144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "images/icons/icon-152x152.png",
"sizes": "152x152",
"type": "image/png"
},
{
"src": "images/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "images/icons/icon-384x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "images/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#607D8B",
"background_color": "#FFFFFF"
]
}
Binary file added src/resources/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dcab2e6

Please sign in to comment.