45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"id": "/upst",
|
|
"name": "PKM UPST - SPJ Driver UPST",
|
|
"short_name": "PKM UPST",
|
|
"description": "Aplikasi pengelolaan SPJ untuk driver UPST",
|
|
"start_url": "/upst",
|
|
"display": "standalone",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#fb923c",
|
|
"orientation": "portrait-primary",
|
|
"scope": "/upst",
|
|
"lang": "id",
|
|
"dir": "ltr",
|
|
"icons": [
|
|
{
|
|
"src": "/driver/images/pwa_192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/driver/images/pwa_512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
],
|
|
"shortcuts": [
|
|
{
|
|
"name": "Beranda",
|
|
"short_name": "Beranda",
|
|
"description": "Buka dashboard utama UPST",
|
|
"url": "/upst",
|
|
"icons": [{ "src": "/driver/images/pwa_192.png", "sizes": "192x192", "type": "image/png" }]
|
|
},
|
|
{
|
|
"name": "Riwayat Perjalanan",
|
|
"short_name": "Riwayat",
|
|
"description": "Buka halaman riwayat perjalanan UPST",
|
|
"url": "/upst/riwayat",
|
|
"icons": [{ "src": "/driver/images/pwa_192.png", "sizes": "192x192", "type": "image/png" }]
|
|
}
|
|
]
|
|
}
|