94 lines
2.0 KiB
JSON
94 lines
2.0 KiB
JSON
{
|
|
"name": "eSPJ - Surat Perjalanan Dinas",
|
|
"short_name": "eSPJ",
|
|
"description": "Aplikasi pengelolaan Surat Perjalanan Dinas yang modern dan efisien",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#fb923c",
|
|
"orientation": "portrait-primary",
|
|
"scope": "/",
|
|
"lang": "id",
|
|
"dir": "ltr",
|
|
"icons": [
|
|
{
|
|
"src": "icon-72.png",
|
|
"sizes": "72x72",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "icon-96.png",
|
|
"sizes": "96x96",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "icon-128.png",
|
|
"sizes": "128x128",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "icon-144.png",
|
|
"sizes": "144x144",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "icon-152.png",
|
|
"sizes": "152x152",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "icon-384.png",
|
|
"sizes": "384x384",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
],
|
|
"screenshots": [
|
|
{
|
|
"src": "screenshot-wide.png",
|
|
"sizes": "1280x720",
|
|
"type": "image/png",
|
|
"form_factor": "wide"
|
|
},
|
|
{
|
|
"src": "screenshot-narrow.png",
|
|
"sizes": "360x640",
|
|
"type": "image/png",
|
|
"form_factor": "narrow"
|
|
}
|
|
],
|
|
"shortcuts": [
|
|
{
|
|
"name": "Login",
|
|
"short_name": "Login",
|
|
"description": "Masuk ke aplikasi eSPJ",
|
|
"url": "/login",
|
|
"icons": [{ "src": "icon-96.png", "sizes": "96x96" }]
|
|
},
|
|
{
|
|
"name": "Dashboard",
|
|
"short_name": "Dashboard",
|
|
"description": "Buka dashboard utama",
|
|
"url": "/dashboard",
|
|
"icons": [{ "src": "icon-96.png", "sizes": "96x96" }]
|
|
}
|
|
]
|
|
}
|