forked from openwisp/OpenWISP-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
37 lines (37 loc) · 1008 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
36
37
{
"name": "OpenWISP",
"description": "OpenWISP is an open source network management system aimed at low cost networks: from public wifi, to university wifi, mesh networks and IoT.",
"theme_color": "#ffffff",
"background_color": "#ffffff",
"orientation": "portrait",
"display": "standalone",
"scope": "/",
"start_url": "/",
"icons": [
{
"src": "images/icons/32.png",
"type": "image/png",
"sizes": "32x32"
},
{
"src": "images/icons/48.png",
"type": "image/png",
"sizes": "48x48"
},
{
"src": "images/icons/72.png",
"type": "image/png",
"sizes": "72x72"
},
{
"src": "images/icons/192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "images/icons/256.png",
"type": "image/png",
"sizes": "256x256"
}
]
}