-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.json
39 lines (39 loc) · 1.02 KB
/
manifest.json
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
{
"dir" : "ltr",
"lang" : "English",
"name" : "Community for F#",
"scope" : "/",
"display" : "standalone",
"start_url" : "https://c4fsharp.net/",
"short_name" : "C4F#",
"theme_color" : "#F99D25",
"description" : "The Community for F# provides live streaming and recordings of user group presentations, as well as content for you to use in presenting to your own local user groups.",
"orientation" : "any",
"background_color" : "#F99D25",
"related_applications" : [],
"prefer_related_applications" : false,
"icons" : [
{
"src": "https://c4fsharp.net/favicon.ico",
"sizes": "16x16 24x24 32x32 64x64"
},
{
"src": "https://c4fsharp.net/ms-icon-150x150.png",
"sizes": "150x150"
},
{
"src": "https://c4fsharp.net/favicon-192x192.png",
"sizes": "192x192"
},
{
"src": "https://c4fsharp.net/favicon-512x512.png",
"sizes": "512x512"
},
{
"src": "https://c4fsharp.net/apple-touch-icon.png",
"sizes": "180x180"
}],
"url" : "https://c4fsharp.net/",
"screenshots" : [],
"generated" : "true"
}