]> git.immae.eu Git - github/bastienwirtz/homer.git/blob - public/assets/manifest.json
Update paths and style
[github/bastienwirtz/homer.git] / public / assets / manifest.json
1 {
2 "name": "Homer Dashboard",
3 "short_name": "Homer",
4 "theme_color": "#3367D6",
5 "start_url": "../",
6 "icons": [
7 {
8 "src": "./icons/favicon-16x16.png",
9 "sizes": "16x16",
10 "type": "image/png"
11 },
12 {
13 "src": "./icons/favicon-32x32.png",
14 "sizes": "32x32",
15 "type": "image/png"
16 },
17 {
18 "src": "./icons/icon-any.png",
19 "sizes": "512x512",
20 "type": "image/png",
21 "purpose": "any"
22 },
23 {
24 "src": "./icons/icon-any.svg",
25 "sizes": "any",
26 "type": "image/svg+xml",
27 "purpose": "any"
28 },
29 {
30 "src": "./icons/icon-maskable.png",
31 "sizes": "512x512",
32 "type": "image/png",
33 "purpose": "maskable"
34 },
35 {
36 "src": "./icons/safari-pinned-tab.svg",
37 "sizes": "any",
38 "type": "image/svg+xml",
39 "purpose": "monochrome"
40 }
41 ]
42 }