{
  "name": "DAMAR Designer",
  "short_name": "DAMAR",
  "description": "Design, Arrange, Manage, and Render",
  "start_url": "index.html",
  "display": "standalone",
  "background_color": "#0d0d0f",
  "theme_color": "#0d0d0f",
  "icons": [
    {
      "src": "logo/karangasem.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ],
  "file_handlers": [
    {
      "action": "index.html",
      "accept": {
        "application/x-damar": [
          ".damar"
        ]
      },
      "icons": [
        {
          "src": "logo/karangasem.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "launch_type": "single-client"
    }
  ]
}