Skip to content

Commit cbde837

Browse files
authored
fix
1 parent df25a79 commit cbde837

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "Diet",
2+
"name": "Diet Tracker",
33
"short_name": "Diet",
4-
"description": "A dieting management app",
54
"display": "standalone",
6-
"background_color": "#ffffff",
5+
"background_color": "#f8fafc",
76
"theme_color": "#57534E",
87
"icons": [
98
{
109
"src": "icon.png",
11-
"sizes": "720x720",
12-
"type": "image/png"
10+
"sizes": "any",
11+
"type": "image/png",
12+
"purpose": "any"
1313
}
1414
]
1515
}

0 commit comments

Comments
 (0)