Files
English-Course-10/manifest.json

21 lines
503 B
JSON

{
"name": "English Practice Game",
"short_name": "EngGame",
"start_url": "./index.html",
"display": "standalone",
"background_color": "#020617",
"theme_color": "#6366f1",
"orientation": "portrait",
"icons": [
{
"src": "https://cdn-icons-png.flaticon.com/512/2014/2014350.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "https://cdn-icons-png.flaticon.com/512/2014/2014350.png",
"sizes": "512x512",
"type": "image/png"
}
]
}