-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
29 lines (29 loc) · 872 Bytes
/
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
{
"dir" : "ltr",
"lang" : "en",
"name" : "WikiTranslator",
"scope" : "/",
"display" : "standalone",
"start_url" : "https://wikitranslator.github.io/",
"short_name" : "WikiTranslator",
"theme_color" : "transparent",
"description" : "WikiTranslator is a Wikipedia-based translation engine for professional terms and vocabulary.",
"orientation" : "any",
"background_color" : "#fdfdfd",
"theme_color" : "#039BE5",
"generated" : "true",
"icons" : [
{
"src": "https://wikitranslator.github.io/favicon.ico",
"sizes": "16x16"
},
{
"src": "https://wikitranslator.github.io/img/icon-192.png",
"sizes": "192x192"
},
{
"src": "https://wikitranslator.github.io/img/icon-512.png",
"sizes": "512x512"
}
]
}