-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
43 lines (43 loc) · 1.03 KB
/
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
38
39
40
41
42
43
{
"lang": "en-us",
"name": "Clean Emon",
"short_name": "Clean Emon",
"description": "Track and analyze energy data for home appliances with Clean Emon app.",
"start_url": "/index.html",
"background_color": "#fafafa",
"theme_color": "#1976d2",
"orientation": "any",
"display": "standalone",
"prefer_related_applications": false,
"icons": [
{
"src": "assets/manifest-icon-192.maskable.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "assets/manifest-icon-192.maskable.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "assets/manifest-icon-512.maskable.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "assets/manifest-icon-512.maskable.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
]
}