-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsite.webmanifest
89 lines (89 loc) · 2.41 KB
/
site.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "西夏文自动标注工具",
"short_name": "西夏文标注",
"description": "西夏文自动标注工具是一个在线工具,帮助用户处理和研究西夏文字。支持西夏文字的笔画输入、语音语法标注,并提供中英双语输出。",
"start_url": "./Tangut-Script-Annotation-Tool",
"display": "standalone",
"background_color": "#f9fafb",
"theme_color": "#4a90e2",
"orientation": "any",
"lang": "zh-CN",
"dir": "ltr",
"categories": ["education", "utilities"],
"icons": [
{
"src": "./icons/favicon-16x16.png",
"sizes": "16x16",
"type": "image/png"
},
{
"src": "./icons/favicon-32x32.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "./icons/pwa-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "./icons/pwa-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "./icons/pwa-maskable-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "./icons/pwa-maskable-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "./icons/apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png",
"purpose": "apple-touch-icon"
}
],
"screenshots": [
{
"src": "screenshots/desktop.png",
"sizes": "1886×1294",
"type": "image/png",
"platform": "wide",
"label": "Desktop view of Tangut Script Annotation Tool"
},
{
"src": "screenshots/mobile.png",
"sizes": "428×926",
"type": "image/png",
"platform": "narrow",
"label": "Mobile view of Tangut Script Annotation Tool"
}
],
"shortcuts": [
{
"name": "西夏文标注",
"short_name": "西夏文标注",
"description": "打开西夏文标注工具",
"url": "./Tangut-Script-Annotation-Tool",
"icons": [{ "src": "icons/icon-192x192.png", "sizes": "192x192" }]
}
],
"share_target": {
"action": "./Tangut-Script-Annotation-Tool",
"method": "GET",
"params": {
"title": "title",
"text": "text",
"url": "url"
}
}
}