-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
50 lines (50 loc) · 1.27 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
40
41
42
43
44
45
46
47
48
49
50
{
"display_override": ["window-controls-overlay"],
"protocol_handlers": [{"protocol":"mailto","url":"/newEmail?to=%s"}],
"name": "Love Prediction",
"short_name": "Luv",
"start_url": "https://love-prediction.vercel.app/",
"display": "standalone",
"description": "Predict the love for fun",
"lang": " Html5 CSS JavaScript",
"dir": "auto",
"theme_color": "#000000",
"background_color": "#000000",
"orientation": "any",
"icons": [
{
"src": "images/image1.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "images/image2.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
}
],
"screenshots": [
{
"src": "https://github.com/Alan0602/LovePrediction/blob/main/images/dove.png?raw=true",
"sizes": "2880x1800",
"type": "image/png",
"description": "Predict the love for fun"
}
],
"related_applications": [
{
"platform":"windows",
"url": " https://love-prediction.vercel.app/"
}
],
"prefer_related_applications": false,
"shortcuts": [
{
"name":"Luv ",
"url":"https://love-prediction.vercel.app/",
"description":"Predict the love for fun"
}
]
}