-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.json
48 lines (48 loc) · 1.26 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
{
"name": "Windows11 Event Countdown",
"short_name": "Win11 Event",
"start_url": "/?home=true",
"shortcuts": [
{
"name": "Activity Feed",
"short_name": "Feed",
"description": "View your activity feed",
"url": "/feed?utm_source=homescreen",
"icons": [{ "src": "/icons/feed.png", "sizes": "192x192" }]
},
{
"name": "Recent Comments",
"short_name": "Comments",
"description": "View recent comments",
"url": "/comments?utm_source=homescreen",
"icons": [{ "src": "/icons/comments.png", "sizes": "192x192" }]
}
],
"icons": [
{
"src": "./resources/img/win-11-logo-manifest.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable any"
}
],
"share_target": {
"action": "/share-photo",
"method": "POST",
"enctype": "multipart/form-data",
"params": {
"title": "name",
"text": "description",
"url": "link",
"files": [
{
"name": "photos",
"accept": "image/png"
}
]
}
},
"theme_color": "#000000",
"background_color": "#FFFFFF",
"display": "fullscreen",
"orientation": "portrait"