]> git.r.bdr.sh - rbdr/r.bdr.sh/blame - jekyll/manifest.webmanifest
Merge branch 'feature/rbdr-make-lighter' into develop
[rbdr/r.bdr.sh] / jekyll / manifest.webmanifest
CommitLineData
35ed3bd3
BB
1{
2 "name": "Unlimited Pizza",
3 "short_name": "Unlmtd 🍕",
4 "start_url": "/",
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",
14 "type": "image/png"
15 },
16 {
17 "src": "img/touch/homescreen72.png",
18 "sizes": "72x72",
19 "type": "image/png"
20 },
21 {
22 "src": "img/touch/homescreen96.png",
23 "sizes": "96x96",
24 "type": "image/png"
25 },
26 {
27 "src": "img/touch/homescreen144.png",
28 "sizes": "144x144",
29 "type": "image/png"
30 },
31 {
32 "src": "img/touch/homescreen168.png",
33 "sizes": "168x168",
34 "type": "image/png"
35 },
36 {
37 "src": "img/touch/homescreen192.png",
38 "sizes": "192x192",
39 "type": "image/png"
40 },
41 {
42 "src": "img/touch/homescreen256.png",
43 "sizes": "256x256",
44 "type": "image/png"
45 },
46 {
47 "src": "img/touch/homescreen512.png",
48 "sizes": "512x512",
49 "type": "image/png"
50 }
51 ]
52}