Files
SQ_Word_TextOnly-Teacher/SQ_Word_TextOnly-Teacher/appmanifest.json
Đặng Minh Quang c2c5e3501a
All checks were successful
Deploy to Production / deploy (push) Successful in 5s
update font color
2026-02-26 18:13:37 +07:00

29 lines
544 B
JSON

{
"name": "SQ_Word_TextOnly-Teacher",
"short_name": "SQ_Word_TextOnly-Teacher",
"start_url": "index.html",
"display": "fullscreen",
"orientation": "any",
"icons": [{
"src": "icon-16.png",
"sizes": "16x16",
"type": "image/png"
}, {
"src": "icon-32.png",
"sizes": "32x32",
"type": "image/png"
}, {
"src": "icon-128.png",
"sizes": "128x128",
"type": "image/png"
}, {
"src": "icon-256.png",
"sizes": "144x144",
"type": "image/png"
}, {
"src": "icon-256.png",
"sizes": "256x256",
"type": "image/png"
}]
}