-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathmanifest.webapp
42 lines (41 loc) · 873 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
32
33
34
35
36
37
38
39
40
41
42
{
"name": "Graph.tk",
"description": "Graph without bounds.",
"version": "0.0.0.1",
"icons": {
"16": "/images/icon_16.png",
"48": "/images/icon_48.png",
"128": "/images/icon_128.png"
},
"developer": {
"name": "Anthony",
"url": "http://af.id.au/"
},
"installs_allowed_from": [
"https://marketplace.mozilla.org"
],
"locales": {
"es": {
"description": "Graficar funciones matemáticas.",
"developer": {
"url": "http://af.id.au/"
}
},
"it": {
"description": "disegnare le funzioni matematiche.",
"developer": {
"url": "http://af.id.au/"
}
}
},
"launch_path": "/",
"default_locale": "en",
"screen_size": {
"min_width": "600",
"min_height": "300"
},
"required_features": [
],
"orientation": "landscape",
"fullscreen": "false"
}