diff options
author | Tiger Oakes <contact@tigeroakes.com> | 2020-10-23 13:44:46 -0700 |
---|---|---|
committer | Tiger Oakes <contact@tigeroakes.com> | 2020-10-23 13:44:46 -0700 |
commit | b04e718367297b95aedad2efb2c74bfd8e3be37f (patch) | |
tree | df13554dcb985fe90042aef970285e866d89942b /public/assets/manifest.json | |
parent | f70fc3ecaee1bded5d699728ab50aada9982b198 (diff) | |
download | homer-b04e718367297b95aedad2efb2c74bfd8e3be37f.tar.gz homer-b04e718367297b95aedad2efb2c74bfd8e3be37f.tar.zst homer-b04e718367297b95aedad2efb2c74bfd8e3be37f.zip |
Update paths and style
Diffstat (limited to 'public/assets/manifest.json')
-rw-r--r-- | public/assets/manifest.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/public/assets/manifest.json b/public/assets/manifest.json index 8b9686a..1c98730 100644 --- a/public/assets/manifest.json +++ b/public/assets/manifest.json | |||
@@ -5,35 +5,35 @@ | |||
5 | "start_url": "../", | 5 | "start_url": "../", |
6 | "icons": [ | 6 | "icons": [ |
7 | { | 7 | { |
8 | "src": "../assets/icons/favicon-16x16.png", | 8 | "src": "./icons/favicon-16x16.png", |
9 | "sizes": "16x16", | 9 | "sizes": "16x16", |
10 | "type": "image/png" | 10 | "type": "image/png" |
11 | }, | 11 | }, |
12 | { | 12 | { |
13 | "src": "../assets/icons/favicon-32x32.png", | 13 | "src": "./icons/favicon-32x32.png", |
14 | "sizes": "32x32", | 14 | "sizes": "32x32", |
15 | "type": "image/png" | 15 | "type": "image/png" |
16 | }, | 16 | }, |
17 | { | 17 | { |
18 | "src": "../assets/icons/icon-any.png", | 18 | "src": "./icons/icon-any.png", |
19 | "sizes": "512x512", | 19 | "sizes": "512x512", |
20 | "type": "image/png", | 20 | "type": "image/png", |
21 | "purpose": "any" | 21 | "purpose": "any" |
22 | }, | 22 | }, |
23 | { | 23 | { |
24 | "src": "../assets/icons/icon-any.svg", | 24 | "src": "./icons/icon-any.svg", |
25 | "sizes": "any", | 25 | "sizes": "any", |
26 | "type": "image/svg+xml", | 26 | "type": "image/svg+xml", |
27 | "purpose": "any" | 27 | "purpose": "any" |
28 | }, | 28 | }, |
29 | { | 29 | { |
30 | "src": "../assets/icons/icon-maskable.png", | 30 | "src": "./icons/icon-maskable.png", |
31 | "sizes": "512x512", | 31 | "sizes": "512x512", |
32 | "type": "image/png", | 32 | "type": "image/png", |
33 | "purpose": "maskable" | 33 | "purpose": "maskable" |
34 | }, | 34 | }, |
35 | { | 35 | { |
36 | "src": "../assets/icons/safari-pinned-tab.svg", | 36 | "src": "./icons/safari-pinned-tab.svg", |
37 | "sizes": "any", | 37 | "sizes": "any", |
38 | "type": "image/svg+xml", | 38 | "type": "image/svg+xml", |
39 | "purpose": "monochrome" | 39 | "purpose": "monochrome" |