-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
35 lines (35 loc) · 860 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
30
31
32
33
34
35
{
"name": "FXOS Todo App",
"short_name": "FXOS_Todo",
"description": "todo app who provide CouchDB synchronization, dependencies and prioritization",
"icons": [
{
"src": "app/images/icons/icon-mdpi-48x48.png",
"type": "image/png",
"sizes": "48x48"
},
{
"src": "app/images/icons/icon-xhdpi-96x96.png",
"type": "image/png",
"sizes": "96x96"
},
{
"src": "app/images/icons/icon-xxhdpi-144x144.png",
"type": "image/png",
"sizes": "144x144"
},
{
"src": "app/images/icons/icon-xxxhdpi-192x192.png",
"type": "image/png",
"sizes": "192x192"
}
],
"start_url": "/index.html?launcher=true",
"background_color": "#e66000",
"theme_color": "#e66000",
"display": "standalone",
"orientation": "portrait",
"dir": "rtl",
"lang": "en",
"scope": "/"
}