]> git.r.bdr.sh - rbdr/r.bdr.sh/blob - manifest.webmanifest
Further reduce
[rbdr/r.bdr.sh] / manifest.webmanifest
1 {
2 "name": "r.bdr.sh",
3 "short_name": "rbdr",
4 "start_url": "https://r.bdr.sh",
5 "display": "minimal-ui",
6 "background_color": "#fff",
7 "theme_color": "#fff",
8 "description": "r.bdr.sh - ruben beltran del río surfs the internet: programming, music, fun times, hugs, bad jokes, and unlimited pizza",
9 "lang": "en-US",
10 "icons": [
11 {
12 "src": "img/touch/homescreen48.png",
13 "sizes": "48x48",
14 "type": "image/png",
15 "purpose": "any maskable"
16 },
17 {
18 "src": "img/touch/homescreen72.png",
19 "sizes": "72x72",
20 "type": "image/png",
21 "purpose": "any maskable"
22 },
23 {
24 "src": "img/touch/homescreen96.png",
25 "sizes": "96x96",
26 "type": "image/png",
27 "purpose": "any maskable"
28 },
29 {
30 "src": "img/touch/homescreen144.png",
31 "sizes": "144x144",
32 "type": "image/png",
33 "purpose": "any maskable"
34 },
35 {
36 "src": "img/touch/homescreen168.png",
37 "sizes": "168x168",
38 "type": "image/png",
39 "purpose": "any maskable"
40 },
41 {
42 "src": "img/touch/homescreen192.png",
43 "sizes": "192x192",
44 "type": "image/png",
45 "purpose": "any maskable"
46 },
47 {
48 "src": "img/touch/homescreen256.png",
49 "sizes": "256x256",
50 "type": "image/png",
51 "purpose": "any maskable"
52 },
53 {
54 "src": "img/touch/homescreen512.png",
55 "sizes": "512x512",
56 "type": "image/png",
57 "purpose": "any maskable"
58 }
59 ]
60 }