{
  "name": "Sistem E-Arsip Kelurahan Salobulo",
  "short_name": "E-Arsip",
  "description": "Sistem pengarsipan surat berbasis Progressive Web App untuk Kelurahan Salobulo",
  "start_url": "./auth/login.php",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#eef3ee",
  "theme_color": "#005F02",
  "icons": [
    {
      "src": "./assets/img/logo-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./assets/img/logo-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}

