web-humas-fe/public/manifest.json

22 lines
453 B
JSON
Raw Normal View History

2025-04-16 08:51:12 +00:00
{
2025-04-16 09:44:07 +00:00
"name": "Konten Humas",
2025-04-24 09:26:01 +00:00
"short_name": "HUMAS",
2025-04-16 08:51:12 +00:00
"start_url": "/",
2025-04-24 09:26:01 +00:00
"description": "DIVISI HUMAS POLRI - Pengelola Informasi dan Dokumentasi Polri.",
2025-04-16 08:51:12 +00:00
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#000000",
"icons": [
{
"src": "/divhumas.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/divhumas.png",
"sizes": "512x512",
"type": "image/png"
}
]
}