forked from victrme/Bonjourr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.webmanifest
45 lines (45 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
44
45
{
"name": "Bonjourr",
"description": "Bonjourr replaces your new tab page for something more refined and minimal. We took inspiration from Apple’s design language to create a startpage that both looks amazing and feels great to use in your daily life.",
"theme_color": "#ffffff",
"background_color": "#222222",
"display": "browser",
"orientation": "portrait",
"scope": "/",
"start_url": "/",
"prefer_related_applications": false,
"icons": [
{
"src": "src/assets/favicon-128x128.png",
"type": "image/png",
"sizes": "128x128"
},
{
"src": "src/assets/apple-touch-icon.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "src/assets/favicon-512x512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"screenshots": [
{
"src": "src/assets/screenshots/screenshot-1.webp",
"type": "image/webp",
"sizes": "554x1200"
},
{
"src": "src/assets/screenshots/screenshot-2.webp",
"type": "image/webp",
"sizes": "554x1200"
},
{
"src": "src/assets/screenshots/screenshot-4.webp",
"type": "image/webp",
"sizes": "554x1200"
}
]
}