-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
54 lines (54 loc) · 1.3 KB
/
Copy pathmanifest.json
File metadata and controls
54 lines (54 loc) · 1.3 KB
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
44
45
46
47
48
49
50
51
52
53
54
{
"name": "OwlLogics NexGen Owl Mode",
"short_name": "OwlLogics",
"description": "Automotive Parts Sequencing & Kitting System — FCA CONVIS, Harley-Davidson SAP, GM ILVS, Azure IoT, SAP PM",
"start_url": "./index.html",
"scope": "./",
"display": "standalone",
"orientation": "any",
"background_color": "#0d0d12",
"theme_color": "#8E44AD",
"categories": ["business", "productivity", "utilities"],
"lang": "en",
"dir": "ltr",
"icons": [
{
"src": "icons/favicon-32.png",
"sizes": "32x32",
"type": "image/png",
"purpose": "any"
},
{
"src": "icons/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "icons/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "icons/icon-192-maskable.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icons/icon-512-maskable.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "owllogics.ico",
"sizes": "16x16 32x32 48x48 64x64 128x128 256x256",
"type": "image/x-icon",
"purpose": "any"
}
],
"screenshots": [],
"prefer_related_applications": false
}