manifest.json (992B)
1 { 2 "background_color": "#48d1cc", 3 "categories": ["education"], 4 "description": "A collection of physics simulations", 5 "display": "fullscreen", 6 "icons": [ 7 { 8 "src": "images/favicon-32.png", 9 "sizes": "32x32" 10 }, 11 { 12 "src": "images/favicon-180.png", 13 "sizes": "180x180" 14 }, 15 { 16 "src": "images/favicon-192.png", 17 "sizes": "192x192" 18 }, 19 { 20 "src": "images/favicon-192-maskable.png", 21 "sizes": "192x192", 22 "purpose": "maskable" 23 }, 24 { 25 "src": "images/favicon-512.png", 26 "sizes": "512x512" 27 }, 28 { 29 "src": "images/favicon-512-maskable.png", 30 "sizes": "512x512", 31 "purpose": "maskable" 32 } 33 ], 34 "lang": "en-US", 35 "name": "Physics Simulations", 36 "orientation": "portrait", 37 "scope": "./", 38 "short_name": "Simulations", 39 "start_url": "./index.html", 40 "theme_color": "#48d1cc" 41 }