Skip to content

Commit 4fb08d5

Browse files
authored
fix
1 parent fb82605 commit 4fb08d5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Diet Tracker
1+
# Meal Tracker
22

33
A simple web-based meal tracking application for monitoring daily food intake and macronutrients.
44

manifest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
$base = rtrim(dirname($_SERVER['SCRIPT_NAME']), '/') . '/';
44
?>
55
{
6-
"name": "Diet Tracker",
7-
"short_name": "Diet",
6+
"name": "Meal Tracker",
7+
"short_name": "Meals",
88
"start_url": "<?= $base ?>",
99
"display": "standalone",
1010
"background_color": "#f8fafc",
1111
"theme_color": "#57534E",
1212
"icons": [
1313
{
14-
"src": "icon.png",
14+
"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect fill='%2357534E' width='100' height='100' rx='20'/><path d='M35 20v25c0 5 5 10 10 10v25a5 5 0 0010 0V55c5 0 10-5 10-10V20M40 20v20M50 20v20M60 20v20' stroke='white' stroke-width='4' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>",
1515
"sizes": "any",
16-
"type": "image/png",
16+
"type": "image/svg+xml",
1717
"purpose": "any"
1818
}
1919
]

0 commit comments

Comments
 (0)