Time Zones Are Hard - https://tz.rita.moe
at main 944 B view raw
1{ 2 "id": "/", 3 "start_url": "/", 4 "name": "Time Zones Are Hard", 5 "short_name": "TZAH", 6 "display": "standalone", 7 "orientation": "portrait-primary", 8 "categories": [ 9 "utilities", 10 "productivity" 11 ], 12 "theme_color": "#111111", 13 "background_color": "#111111", 14 "icons": [ 15 { 16 "src": "/img/android-chrome-192x192.png", 17 "sizes": "192x192", 18 "type": "image/png" 19 }, 20 { 21 "src": "/img/maskable_icon_x192.png", 22 "sizes": "192x192", 23 "type": "image/png", 24 "purpose": "maskable" 25 }, 26 { 27 "src": "/img/android-chrome-512x512.png", 28 "sizes": "512x512", 29 "type": "image/png" 30 }, 31 { 32 "src": "/img/maskable_icon_x512.png", 33 "sizes": "512x512", 34 "type": "image/png", 35 "purpose": "maskable" 36 } 37 ] 38}