Skip to content

Commit 0b136ee

Browse files
committed
Correct start url
1 parent c46ee0a commit 0b136ee

File tree

2 files changed

+39
-39
lines changed

2 files changed

+39
-39
lines changed

.github/workflows/deploy.yml

Whitespace-only changes.

public/manifest.json

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
1-
{
2-
"name": "Koobi - Family Meal Planning App",
3-
"short_name": "Koobi",
4-
"description": "A modern meal planning and family cooking app with AI-powered recipe suggestions, shopping lists, and family management features.",
5-
"start_url": "/",
6-
"display": "standalone",
7-
"background_color": "#838383",
8-
"theme_color": "#008d38",
9-
"orientation": "portrait-primary",
10-
"scope": "/",
11-
"icons": [
12-
{
13-
"src": "/koobi-96.png",
14-
"sizes": "96x96",
15-
"type": "image/png",
16-
"purpose": "any"
17-
},
18-
{
19-
"src": "/koobi-192.png",
20-
"sizes": "192x192",
21-
"type": "image/png",
22-
"purpose": "any"
23-
},
24-
{
25-
"src": "/koobi-512.png",
26-
"sizes": "512x512",
27-
"type": "image/png",
28-
"purpose": "any"
29-
},
30-
{
31-
"src": "/koobi-512-maskable.png",
32-
"sizes": "any",
33-
"type": "image/png",
34-
"purpose": "maskable"
35-
}
36-
],
37-
"categories": ["food", "lifestyle", "productivity"],
38-
"lang": "de-DE"
39-
}
1+
{
2+
"name": "Koobi - Family Meal Planning App",
3+
"short_name": "Koobi",
4+
"description": "A modern meal planning and family cooking app with AI-powered recipe suggestions, shopping lists, and family management features.",
5+
"start_url": "/feed-me-react/",
6+
"display": "standalone",
7+
"background_color": "#838383",
8+
"theme_color": "#008d38",
9+
"orientation": "portrait-primary",
10+
"scope": "/",
11+
"icons": [
12+
{
13+
"src": "/koobi-96.png",
14+
"sizes": "96x96",
15+
"type": "image/png",
16+
"purpose": "any"
17+
},
18+
{
19+
"src": "/koobi-192.png",
20+
"sizes": "192x192",
21+
"type": "image/png",
22+
"purpose": "any"
23+
},
24+
{
25+
"src": "/koobi-512.png",
26+
"sizes": "512x512",
27+
"type": "image/png",
28+
"purpose": "any"
29+
},
30+
{
31+
"src": "/koobi-512-maskable.png",
32+
"sizes": "any",
33+
"type": "image/png",
34+
"purpose": "maskable"
35+
}
36+
],
37+
"categories": ["food", "lifestyle", "productivity"],
38+
"lang": "de-DE"
39+
}

0 commit comments

Comments
 (0)