-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
27 lines (27 loc) · 806 Bytes
/
manifest.json
File metadata and controls
27 lines (27 loc) · 806 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
{
"name": "SkyKnet",
"short_name": "SkyKnet",
"description": "Pioneering the future of digital finance. Native software for the Bitcoin economy.",
"start_url": "/",
"display": "standalone",
"background_color": "#0a0a0f",
"theme_color": "#00d4ff",
"orientation": "portrait-primary",
"icons": [
{
"src": "/images/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/images/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"categories": ["finance", "business", "technology"],
"lang": "en-US",
"dir": "ltr"
}