We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df25a79 commit cbde837Copy full SHA for cbde837
1 file changed
manifest.json
@@ -1,15 +1,15 @@
1
{
2
- "name": "Diet",
+ "name": "Diet Tracker",
3
"short_name": "Diet",
4
- "description": "A dieting management app",
5
"display": "standalone",
6
- "background_color": "#ffffff",
+ "background_color": "#f8fafc",
7
"theme_color": "#57534E",
8
"icons": [
9
10
"src": "icon.png",
11
- "sizes": "720x720",
12
- "type": "image/png"
+ "sizes": "any",
+ "type": "image/png",
+ "purpose": "any"
13
}
14
]
15
0 commit comments