forked from deriv-com/SmartCharts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
26 lines (26 loc) · 698 Bytes
/
manifest.json
File metadata and controls
26 lines (26 loc) · 698 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
{
"name": "SmartCharts | Binary.com",
"short_name": "SmartCharts",
"icons": [{
"src": "./dist/sass/favicons/apple-touch-icon-57x57.png",
"sizes": "57x57",
"type": "image/png"
},{
"src": "./dist/sass/favicons/favicon-192x192.png",
"sizes": "192x192",
"type": "image/png"
}, {
"src": "./dist/sass/favicons/apple-touch-icon-114x114.png",
"sizes": "114x114",
"type": "image/png"
}, {
"src": "./dist/sass/favicons/apple-touch-icon-114x114.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "./index.html",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#2a3052"
}