Skip to content

Instantly share code, notes, and snippets.

@dasirunjtrg-source
Created October 9, 2025 03:28
Show Gist options
  • Save dasirunjtrg-source/deb646fa2a8f753f79101b99986459ea to your computer and use it in GitHub Desktop.
Save dasirunjtrg-source/deb646fa2a8f753f79101b99986459ea to your computer and use it in GitHub Desktop.
Manifest PWA Seroja
{
"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