-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmanifest.json
83 lines (83 loc) · 2.36 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
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
{
"short_name": "R74n",
"name": "R74n",
"icons": [
{
"src": "/icons/192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/icons/512x512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "/icons/avatar.png",
"type": "image/png",
"sizes": "305x305"
}
],
"start_url": "/?source=pwa",
"background_color": "#000000",
"display": "standalone",
"scope": "/",
"theme_color": "#000000",
"shortcuts": [
{
"name": "How do I say hello in...?",
"short_name": "Hello",
"description": "View ways to say hello in every language",
"url": "/hello?source=pwa",
"icons": [{ "src": "/icons/avatar.png", "sizes": "305x305" }]
},
{
"name": "What does this word mean?",
"short_name": "Words",
"description": "View words from different areas",
"url": "/words?source=pwa",
"icons": [{ "src": "/icons/avatar.png", "sizes": "305x305" }]
},
{
"name": "Find Unicode characters",
"short_name": "UniSearch",
"description": "Search for Unicode characters and emojis using keywords",
"url": "/unisearch?source=pwa",
"icons": [{ "src": "/icons/avatar.png", "sizes": "305x305" }]
},
{
"name": "R74moji",
"short_name": "R74moji",
"description": "Free pixel emoji",
"url": "/moji?source=pwa",
"icons": [{ "src": "/icons/avatar.png", "sizes": "305x305" }]
},
{
"name": "Convert units",
"short_name": "Unit Converter",
"description": "Convert many units into many others",
"url": "/convert?source=pwa",
"icons": [{ "src": "/icons/avatar.png", "sizes": "305x305" }]
},
{
"name": "Submit feedback",
"short_name": "Feedback",
"description": "File feedback through our Universal Feedback System (UFBS)",
"url": "/ufbs?source=pwa",
"icons": [{ "src": "/icons/avatar.png", "sizes": "305x305" }]
}
],
"description": "R74n",
"screenshots": [
{
"src": "/screenshot.png",
"type": "image/png",
"sizes": "2406x1154"
},
{
"src": "/icons/thumbnail.png",
"type": "image/png",
"sizes": "651x367"
}
]
}