Skip to content

Commit c1dc958

Browse files
Add icon
1 parent dfdbaa8 commit c1dc958

6 files changed

+23
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ The best way to run the app is the [tko-aly.localhost development environment](h
1313
`next.js` with `next-auth` configured to user-service, `minio` for storing images, `prisma` for database access, `react-query` `tailwindcss` for styling.
1414

1515
package manager `npm`, language `typescript`.
16+
17+
### credits
18+
19+
favicon by Joona Kauppila

app/apple-icon.png

24.2 KB
Loading

app/favicon.ico

15 KB
Binary file not shown.

app/manifest.webmanifest

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "Dr. Panini - Tracking Physicum's paninis",
3+
"short_name": "Dr. Panini",
4+
"icons": [
5+
{
6+
"src": "/android-chrome-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png"
9+
},
10+
{
11+
"src": "/android-chrome-512x512.png",
12+
"sizes": "512x512",
13+
"type": "image/png"
14+
}
15+
],
16+
"theme_color": "#eab308",
17+
"background_color": "#ffffff",
18+
"display": "standalone"
19+
}

public/android-chrome-192x192.png

26.7 KB
Loading

public/android-chrome-512x512.png

96.6 KB
Loading

0 commit comments

Comments
 (0)