-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.webapp
27 lines (27 loc) · 945 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
{
"version": "1.2.0",
"name": "DynAlgebra",
"description": "Dynamic algebra is making calculations with the mouse, is direct manipulation on formulas, preserving the signification.",
"type": "web",
"launch_path": "/index.html",
"icons": {
"32": "/icons/dynalgebra-32.png",
"60": "/icons/dynalgebra-60.png",
"90": "/icons/dynalgebra-90.png",
"120": "/icons/dynalgebra-120.png",
"128": "/icons/dynalgebra-128.png",
"256": "/icons/dynalgebra-256.png"
},
"developer": {
"name": "Raniere Gaia Costa da Silva",
"url": "https://r-gaia-cs.github.com/mathml.js"
},
"locales": {
"en-US": {
"name": "DynAlgebra",
"description": "Dynamic algebra is making calculations with the mouse, is direct manipulation on formulas, preserving the signification."
}
},
"default_locale": "en",
"permissions": {}
}