-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
19 lines (19 loc) · 1001 Bytes
/
manifest.json
File metadata and controls
19 lines (19 loc) · 1001 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "VBA BEAST V3",
"short_name": "VBA BEAST",
"description": "Offline Excel-Automation mit SELECT CASE, IF/ELSE, Makros, Mail-Merge und Batch-Pipeline. 100% lokal, DSGVO-konform.",
"start_url": "./vba-beast-v3_z.html",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#f0a500",
"orientation": "any",
"categories": ["productivity", "utilities", "business"],
"lang": "de",
"icons": [
{
"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><defs><linearGradient id='g' x1='0' y1='0' x2='1' y2='1'><stop offset='0%25' stop-color='%23f0a500'/><stop offset='50%25' stop-color='%23ff453a'/><stop offset='100%25' stop-color='%23bf5af2'/></linearGradient></defs><rect width='100' height='100' rx='20' fill='url(%23g)'/><text x='50' y='68' text-anchor='middle' font-family='system-ui' font-weight='800' font-size='38' fill='white'>V3</text></svg>",
"sizes": "any",
"type": "image/svg+xml"
}
]
}