Created
October 9, 2025 03:28
-
-
Save dasirunjtrg-source/deb646fa2a8f753f79101b99986459ea to your computer and use it in GitHub Desktop.
Manifest PWA Seroja
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "https://seroja.zone.id/", | |
"name": "Seroja", | |
"short_name": "Seroja", | |
"description": "Aplikasi Izin dan Manajemen Data Sekolah", | |
"lang": "id", | |
"start_url": "https://seroja.zone.id/", | |
"scope": "https://seroja.zone.id/", | |
"display": "standalone", | |
"display_override": ["standalone"], | |
"orientation": "portrait-primary", | |
"background_color": "#ffffff", | |
"theme_color": "#1976d2", | |
"dir": "ltr", | |
"icons": [ | |
{ | |
"src": "https://i.imgur.com/0sVux9K.png", | |
"sizes": "192x192", | |
"type": "image/png", | |
"purpose": "any maskable" | |
}, | |
{ | |
"src": "https://i.imgur.com/vhhl9hv.png", | |
"sizes": "512x512", | |
"type": "image/png", | |
"purpose": "any maskable" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment