-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.webmanifest
43 lines (43 loc) · 1.08 KB
/
manifest.webmanifest
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
35
36
37
38
39
40
41
42
43
{
"id": "com.scopen.dev.waves2epochs",
"lang": "en-us",
"name": "Waves2Epochs by SC-Open.dev",
"short_name": "Waves2Epochs",
"description": "An SC-Open.dev project Waves2Epochs is a simple JavaScript tool to convert RSI Waves Schedules into Discord compatible epochs.",
"start_url": "/RSI-Waves2Epochs/index.html",
"background_color": "#000000",
"theme_color": "#2f3d58",
"orientation": "any",
"display": "standalone",
"scope": "/RSI-Waves2Epochs/",
"icons": [
{
"src": "img/16.png",
"sizes": "16x16"
},
{
"src": "img/32.png",
"sizes": "32x32"
},
{
"src": "img/48.png",
"sizes": "48x48"
},
{
"src": "img/64.png",
"sizes": "64x64"
},
{
"src": "img/128.png",
"sizes": "128x128"
},
{
"src": "img/256.png",
"sizes": "256x256"
},
{
"src": "img/512.png",
"sizes": "512x512"
}
]
}