forked from vorks-dev/gradia
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
29 lines (29 loc) · 767 Bytes
/
manifest.json
File metadata and controls
29 lines (29 loc) · 767 Bytes
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
{
"name": "Gradia",
"short_name": "Gradia",
"description": "Gradia by JVDesign allows you to calculate and organize your grades quickly and easily, even over multiple school years. Keep track of your academic performance offline and on your device.",
"start_url": "./index.html",
"scope": "./",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#9A7AA0",
"orientation": "portrait",
"lang": "de",
"icons": [
{
"src": "./img/app_icon.png",
"type": "image/png",
"sizes": "192x192"
}
],
"screenshots": [
{
"src": "./img/ogimage.png",
"type": "image/png",
"sizes": "1200x630",
"label": "Main UI"
}
],
"categories": ["education", "productivity"],
"dir": "ltr"
}