-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
28 lines (28 loc) · 776 Bytes
/
Copy pathmanifest.json
File metadata and controls
28 lines (28 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "WebSim Vibe Coding Starter",
"short_name": "WebSimVibe",
"description": "WebSim Vibe Coding Starter: Build modern, SEO-optimized websites in 5 minutes. AI-powered, no-code, multi-language.",
"start_url": "/index.html",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#007bff",
"icons": [
{
"src": "icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"lang": "en",
"scope": "/",
"orientation": "any",
"prefer_related_applications": false,
"categories": ["development", "utilities", "productivity"]
}