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