{
  "name": "Acentus",
  "short_name": "Acentus",
  "description": "Control total de Acentus en un solo lugar",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "/icon-128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/icon-256.png",
      "sizes": "256x256",
      "type": "image/png"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+crm-acentus",
      "url": "/dashboard/%s"
    }
  ],
  "related_applications": [
    {
      "platform": "windows",
      "url": "crm-acentus://dashboard",
      "id": "com.clockech.crm-acentus"
    }
  ],
  "prefer_related_applications": true
}
