-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.webmanifest
46 lines (46 loc) · 994 Bytes
/
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
44
45
46
{
"background_color": "#ffffff",
"dark_mode_background_color": "#000000",
"dark_mode_theme_color": "#000000",
"description": "A simple blog/portfolio website.",
"display": "standalone",
"icons": [
{
"sizes": "192x192",
"src": "/apple-touch-icon.png",
"type": "image/png"
},
{
"sizes": "512x512",
"src": "/favicon.webp",
"type": "image/webp"
},
{
"purpose": "maskable",
"sizes": "512x512",
"src": "/maskable_icon.webp",
"type": "image/webp"
},
{
"purpose": "maskable",
"sizes": "512x512",
"src": "/maskable_icon.png",
"type": "image/png"
}
],
"id": "/",
"lang": "en-US",
"name": "Eray's Blog",
"orientation": "any",
"scope": "/",
"shortcuts": [
{
"icons": [{ "sizes": "192x192", "src": "/writer.webp" }],
"name": "Writer",
"url": "/writer"
}
],
"short_name": "Eray's Blog",
"start_url": "/",
"theme_color": "#ffffff"
}