Fork i18n + search + filtering- v0.2
at main 38 lines 843 B view raw
1{ 2 "name": "Smoke Signal", 3 "short_name": "SmokeSignal", 4 "start_url": "https://smokesignal.events/", 5 "display": "browser", 6 "description": "An event and RSVP management system", 7 "categories": [ 8 "social", 9 "utilities" 10 ], 11 "icons": [ 12 { 13 "src": "/android-chrome-192x192.png", 14 "sizes": "192x192", 15 "type": "image/png" 16 }, 17 { 18 "src": "/android-chrome-512x512.png", 19 "sizes": "512x512", 20 "type": "image/png" 21 }, 22 { 23 "src": "/apple-touch-icon.png", 24 "sizes": "180x180", 25 "type": "image/png" 26 }, 27 { 28 "src": "/favicon-32x32.png", 29 "sizes": "32x32", 30 "type": "image/png" 31 }, 32 { 33 "src": "/icon.webp", 34 "sizes": "1024x1024", 35 "type": "image/webp" 36 } 37 ] 38 }