aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/assets/manifest.json
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2022-07-13 13:46:03 -0700
committerGitHub <noreply@github.com>2022-07-13 13:46:03 -0700
commitc11c45a661addf377ac5f4773ba39f5ef66ec155 (patch)
tree204cd561549dd6424d7e07c88b042e3bce62d608 /public/assets/manifest.json
parentd57821b5fa8b994bc4082f7565a072090ff288a1 (diff)
parent0eca982f8bc89bbac3ed4fee248fc53b7c4c0527 (diff)
downloadhomer-c11c45a661addf377ac5f4773ba39f5ef66ec155.tar.gz
homer-c11c45a661addf377ac5f4773ba39f5ef66ec155.tar.zst
homer-c11c45a661addf377ac5f4773ba39f5ef66ec155.zip
Merge pull request #482 from bastienwirtz/vuejs-3
Vuejs 3
Diffstat (limited to 'public/assets/manifest.json')
-rw-r--r--public/assets/manifest.json42
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}