-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.json
54 lines (54 loc) · 1.11 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
{
"short_name": "Latin Vocab Tester",
"name": "Latin Vocabulary Tester",
"icons": [
{
"src": "assets/512x512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "assets/favicon.png",
"type": "image/png",
"sizes": "128x128"
},
{
"src": "assets/maskable_icon_x192.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "maskable"
}
],
"start_url": "/",
"background_color": "#ee6c4d",
"display": "standalone",
"scope": "/",
"theme_color": "#ee6c4d",
"shortcuts": [
{
"name": "Home",
"short_name": "Home",
"description": "Learn some Latin!",
"url": "/",
"icons": [
{
"src": "assets/favicon.png",
"sizes": "128x128"
}
]
},
{
"name": "Dictum",
"short_name": "Dictum",
"description": "Let's play Latin Wordle!",
"url": "/",
"icons": [
{
"src": "assets/parchment.png",
"sizes": "512x512"
}
]
}
],
"description": "Provides a way to test your knowledge of Latin vocabulary, noun declensions, and verb conjugations based on the A-Level and GCSE syllabus, while also containing a Latin version of Wordle."
}