-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
34 lines (34 loc) · 931 Bytes
/
manifest.json
File metadata and controls
34 lines (34 loc) · 931 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
29
30
31
32
33
34
{
"name": "CodeStorm Hub",
"short_name": "CodeStorm",
"description": "Leading technology company specializing in innovative software solutions, web development, and digital transformation services.",
"start_url": "/",
"display": "standalone",
"background_color": "#667eea",
"theme_color": "#6366f1",
"orientation": "portrait-primary",
"icons": [
{
"src": "/assets/images/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/assets/images/icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/assets/images/apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png",
"purpose": "apple touch icon"
}
],
"categories": ["business", "technology", "developer tools"],
"lang": "en-US",
"dir": "ltr",
"scope": "/"
}