Skip to content

Commit 8cf7967

Browse files
committed
Add images
1 parent 22ec1f3 commit 8cf7967

7 files changed

+25
-1
lines changed

IconKitchen-Output-3/web/README.txt

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Add this to your HTML <head>:
2+
3+
<link rel="icon" href="/favicon.ico" sizes="any">
4+
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
5+
6+
Add this to your app's manifest.json:
7+
8+
...
9+
{
10+
"icons": [
11+
{ "src": "/favicon.ico", "type": "image/x-icon", "sizes": "16x16 32x32" },
12+
{ "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" },
13+
{ "src": "/icon-512.png", "type": "image/png", "sizes": "512x512" },
14+
{ "src": "/icon-192-maskable.png", "type": "image/png", "sizes": "192x192", "purpose": "maskable" },
15+
{ "src": "/icon-512-maskable.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" }
16+
]
17+
}
18+
...

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,10 @@ Reads/Writes NFC tags for 3d printer filament.
1616

1717
![](./images/Screenshot%202025-01-03%20at%2020.57.15.png)
1818

19-
![](./images/Screenshot%202025-01-03%20at%2021.58.32.png)
19+
![](./images/Simulator%20Screenshot%20-%20iPhone%2016%20Pro%20Max%20-%202025-01-14%20at%2022.13.24.png)
20+
21+
![](./images/Simulator%20Screenshot%20-%20iPhone%2016%20Pro%20Max%20-%202025-01-14%20at%2022.14.44.png)
22+
23+
![](./images/Simulator%20Screenshot%20-%20iPhone%2016%20Pro%20Max%20-%202025-01-14%20at%2022.13.50.png)
24+
25+
![](./images/Simulator%20Screenshot%20-%20iPhone%2016%20Pro%20Max%20-%202025-01-14%20at%2022.13.31.png)
-83.8 KB
Binary file not shown.
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)