{
  "name": "O'cee",
  "short_name": "O'cee",
  "description": "Trade your world",
  "start_url": "/pwa/welcome",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "handle_links": "preferred",
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "webapp",
      "url": "/manifest.json"
    }
  ],
  "icons": [
    {
      "src": "/shared/assets/img/logo/favicon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/shared/assets/img/logo/logo-2.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}