-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.webapp
31 lines (31 loc) · 943 Bytes
/
manifest.webapp
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
{
"version": "1.1.3",
"name": "Math Cheat Sheet",
"description": "Math Cheat Sheet using MathML",
"type": "web",
"launch_path": "/index.html",
"developer": {
"name": "Raniere Silva",
"url": "https://github.com/r-gaia-cs/math-cheat-sheet"
},
"permissions": {},
"locales": {
"en-US": {
"name": "Math Sheet",
"description": "Math Cheat Sheet using MathML"
},
"pt": {
"name": "Equações",
"description": "Tabela de Equações Matemáticas utilizando MathML"
}
},
"default_locale": "en-US",
"icons": {
"32": "/icons/math-cheat-sheet-32.png",
"60": "/icons/math-cheat-sheet-60.png",
"90": "/icons/math-cheat-sheet-90.png",
"120": "/icons/math-cheat-sheet-120.png",
"128": "/icons/math-cheat-sheet-128.png",
"256": "/icons/math-cheat-sheet-256.png"
}
}