{
  "short_name": "dari-hati",
  "name": "dari-hati Aps",
  "description": "light pwa usage sample",
  "theme_color": "#f69435",
  "background_color": "#f69435",
  "orientation": "portrait",
  "display": "standalone",
  "start_url": "/",
  "icons": [{
    "src": "icons/favicon.ico",
    "sizes": "64x64",
    "type": "image/x-icon"
  }, {
    "src": "icons/logo192.png",
    "type": "image/png",
    "sizes": "192x192",
    "purpose": "maskable"
  }, {
    "src": "icons/logo512.png",
    "type": "image/png",
    "sizes": "512x512",
    "purpose": "any"
  }]
}