33 lines
675 B
JSON
33 lines
675 B
JSON
{
|
|
"name": "Elemes LMS",
|
|
"short_name": "Elemes",
|
|
"description": "Belajar Pemrograman C & Arduino",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"orientation": "any",
|
|
"background_color": "#0a0a0a",
|
|
"theme_color": "#0d6efd",
|
|
"categories": ["education"],
|
|
"icons": [
|
|
{
|
|
"src": "/icons/icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icons/icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
],
|
|
"shortcuts": [
|
|
{
|
|
"name": "Daftar Pelajaran",
|
|
"url": "/",
|
|
"description": "Lihat semua pelajaran"
|
|
}
|
|
]
|
|
}
|