Skip to content

Commit

Permalink
improved resouce locations
Browse files Browse the repository at this point in the history
Signed-off-by: StoneyDSP <nathanjhood@googlemail.com>
  • Loading branch information
nathanjhood committed Oct 17, 2024
1 parent acd3cc3 commit f27b803
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{
"short_name": "Typescript Web Components App",
"name": "Typescript Web Components App Sample",
"id": "/ts-web-components/",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"src": "static/png/logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"src": "static/png/logo512.png",
"type": "image/png",
"sizes": "512x512"
}
Expand Down
File renamed without changes
File renamed without changes

0 comments on commit f27b803

Please sign in to comment.