diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-07-03 21:40:47 +0200 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-07-03 21:40:47 +0200 |
commit | b4207f27821617d83e4cf018c169ca3bac30fda1 (patch) | |
tree | afbb854e25521362571c34996bd357629838127c /public/assets/manifest.json | |
parent | c80854cb2d1e4ee0f96e8e5185b466b6c06c5416 (diff) | |
download | homer-b4207f27821617d83e4cf018c169ca3bac30fda1.tar.gz homer-b4207f27821617d83e4cf018c169ca3bac30fda1.tar.zst homer-b4207f27821617d83e4cf018c169ca3bac30fda1.zip |
new PWA implementation
Diffstat (limited to 'public/assets/manifest.json')
-rw-r--r-- | public/assets/manifest.json | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/public/assets/manifest.json b/public/assets/manifest.json deleted file mode 100644 index 1c98730..0000000 --- a/public/assets/manifest.json +++ /dev/null | |||
@@ -1,42 +0,0 @@ | |||
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 | } | ||