-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathmanifest.json
More file actions
25 lines (25 loc) · 1.1 KB
/
Copy pathmanifest.json
File metadata and controls
25 lines (25 loc) · 1.1 KB
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
{
"name": "DigiByte — Faster, Safer, Forward-thinking Blockchain",
"short_name": "DigiByte",
"description": "The longest, fastest, most decentralized UTXO blockchain. Build with DigiAssets, sign in with Digi-ID, run a node, and join a global open-source community.",
"start_url": "/",
"scope": "/",
"id": "/",
"display": "standalone",
"orientation": "any",
"dir": "auto",
"lang": "en",
"theme_color": "#05070d",
"background_color": "#05070d",
"categories": ["finance", "productivity", "utilities"],
"icons": [
{ "src": "/icon512_maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
{ "src": "/icon512_rounded.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
{ "src": "/favicons/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" }
],
"shortcuts": [
{ "name": "Downloads", "url": "/#downloads", "description": "Get DigiByte Core or the mobile app" },
{ "name": "Developer hub", "url": "/#devhub", "description": "Build on DGB" },
{ "name": "Live chain", "url": "/#chain", "description": "Real-time network stats" }
]
}