{
  "id": "/dashboard.html?source=pwa",
  "name": "NOMAGO bikes - Poslovni sistem",
  "short_name": "NOMAGO BAZA",
  "description": "Celovit poslovni sistem - Chat, TODO naloge, Dashboard in več",
  "start_url": "/dashboard.html?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#004899",
  "theme_color": "#004899",
  "orientation": "portrait-primary",
  "lang": "sl",
  "dir": "ltr",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Odpri glavni dashboard",
      "url": "/dashboard.html"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+nomago",
      "url": "/todo.html?task=%s"
    }
  ],
  "share_target": {
    "action": "/todo.html",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}