]> git.r.bdr.sh - rbdr/r.bdr.sh/blame - manifest.webmanifest
Add the file attributes page
[rbdr/r.bdr.sh] / manifest.webmanifest
CommitLineData
35ed3bd3
BB
1{
2 "name": "Unlimited Pizza",
3 "short_name": "Unlmtd 🍕",
7b141020 4 "start_url": "https://www.unlimited.pizza",
35ed3bd3
BB
5 "display": "minimal-ui",
6 "background_color": "#fff",
7 "theme_color": "#fff",
8 "description": "unlimited.pizza - 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",
6b7f1675
RBR
14 "type": "image/png",
15 "purpose": "any maskable"
35ed3bd3
BB
16 },
17 {
18 "src": "img/touch/homescreen72.png",
19 "sizes": "72x72",
6b7f1675
RBR
20 "type": "image/png",
21 "purpose": "any maskable"
35ed3bd3
BB
22 },
23 {
24 "src": "img/touch/homescreen96.png",
25 "sizes": "96x96",
6b7f1675
RBR
26 "type": "image/png",
27 "purpose": "any maskable"
35ed3bd3
BB
28 },
29 {
30 "src": "img/touch/homescreen144.png",
31 "sizes": "144x144",
6b7f1675
RBR
32 "type": "image/png",
33 "purpose": "any maskable"
35ed3bd3
BB
34 },
35 {
36 "src": "img/touch/homescreen168.png",
37 "sizes": "168x168",
6b7f1675
RBR
38 "type": "image/png",
39 "purpose": "any maskable"
35ed3bd3
BB
40 },
41 {
42 "src": "img/touch/homescreen192.png",
43 "sizes": "192x192",
6b7f1675
RBR
44 "type": "image/png",
45 "purpose": "any maskable"
35ed3bd3
BB
46 },
47 {
48 "src": "img/touch/homescreen256.png",
49 "sizes": "256x256",
6b7f1675
RBR
50 "type": "image/png",
51 "purpose": "any maskable"
35ed3bd3
BB
52 },
53 {
54 "src": "img/touch/homescreen512.png",
55 "sizes": "512x512",
6b7f1675
RBR
56 "type": "image/png",
57 "purpose": "any maskable"
35ed3bd3
BB
58 }
59 ]
60}