a tool for shared writing and social publishing
at main 614 B view raw
1{ 2 "name": "Leaflet", 3 "id": "leaflet", 4 "description": "An app for delightful documents", 5 "short_name": "Leaflet", 6 "start_url": "/home", 7 "shortcuts": [ 8 { 9 "name": "New Leaflet", 10 "url": "/new" 11 } 12 ], 13 "icons": [ 14 { 15 "src": "/web-app-manifest-192x192.png", 16 "sizes": "192x192", 17 "type": "image/png", 18 "purpose": "maskable" 19 }, 20 { 21 "src": "/web-app-manifest-512x512.png", 22 "sizes": "512x512", 23 "type": "image/png", 24 "purpose": "maskable" 25 } 26 ], 27 "theme_color": "#ffffff", 28 "background_color": "#ffffff", 29 "display": "standalone" 30}