-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.json
88 lines (88 loc) · 2.35 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"id": "pwa-chrfonts",
"name": "PWA CHR Fonts Editor",
"short_name": "pwa-chrfonts",
"description": "thats a editor utility to change your fonts sprites in tilesets and homebrews/rackrom games.",
"start_url": "/pwa-chrfonts/",
"scope": "https://rodrigodornelles.github.io/pwa-chrfonts/",
"display": "standalone",
"dir": "ltr",
"lang": "en",
"background_color": "#808080",
"theme_color": "#808080",
"orientation": "any",
"launch_handler": {
"client_mode": "navigate-new"
},
"prefer_related_applications": false,
"related_applications": [
],
"edge_side_panel": {
"preferred_width": 400
},
"categories": [
"utilities"
],
"icons": [
{
"src": "/pwa-chrfonts/icon-24.png",
"sizes": "24x24",
"purpose": "any",
"type": "image/png"
},
{
"src": "/pwa-chrfonts/icon-144.png",
"sizes": "144x144",
"purpose": "any",
"type": "image/png"
},
{
"src": "/pwa-chrfonts/icon-192.png",
"sizes": "192x192",
"purpose": "any",
"type": "image/png"
},
{
"src": "/pwa-chrfonts/icon-256.png",
"sizes": "256x256",
"purpose": "any",
"type": "image/png"
},
{
"src": "/pwa-chrfonts/icon-512.png",
"sizes": "512x512",
"purpose": "any",
"type": "image/png"
},
{
"src": "/pwa-chrfonts/icon-24.png",
"sizes": "24x24",
"purpose": "maskable",
"type": "image/png"
},
{
"src": "/pwa-chrfonts/icon-144.png",
"sizes": "144x144",
"purpose": "maskable",
"type": "image/png"
},
{
"src": "/pwa-chrfonts/icon-192.png",
"sizes": "192x192",
"purpose": "maskable",
"type": "image/png"
},
{
"src": "/pwa-chrfonts/icon-256.png",
"sizes": "256x256",
"purpose": "maskable",
"type": "image/png"
},
{
"src": "/pwa-chrfonts/icon-512.png",
"sizes": "512x512",
"purpose": "maskable",
"type": "image/png"
}
]
}