Simply Wall St

Simply Wall St

Become a better investor

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Simply Wall St",
  "description": "Become a better investor",
  "version": "1.0.0.1",
  "manifest_version": 2,
  "app": {
    "urls": [
      "https://simplywall.st/"
    ],
    "launch": {
      "web_url": "https://simplywall.st/"
    }
  },
  "icons": {
    "36": "launcher-icon-0-75x.png",
    "48": "launcher-icon-1x.png",
    "72": "apple-touch-icon-72x72.png",
    "96": "favicon-96x96.png",
    "128": "icon_128.png",
    "144": "apple-touch-icon-144x144.png",
    "192": "launcher-icon-4x.png"
  },
  "start_url": "/",
  "display": "standalone"
}