-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
16 lines (16 loc) · 754 Bytes
/
Copy pathmanifest.json
File metadata and controls
16 lines (16 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "BakeCost Studio — Recipe Costing & Food Pricing Calculator",
"short_name": "BakeCost",
"start_url": "./index.html",
"display": "standalone",
"background_color": "#FAF8F5",
"theme_color": "#FAF8F5",
"description": "A recipe costing and pricing tool for independent bakers, home bakery owners, and small cafe operators.",
"icons": [
{
"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' rx='20' fill='%23D97706'/><text x='50%' y='55%' dominant-baseline='central' text-anchor='middle' font-size='60' font-family='sans-serif' font-weight='bold' fill='white'>B</text></svg>",
"sizes": "192x192 512x512",
"type": "image/svg+xml"
}
]
}