Examine source code of Virgo Market LIVE

Inspect and view changes in Virgo Market LIVE source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Virgo Market LIVE",
  "description": "Get the latest crypto prices with our new browser extension. See popular coins now and access your Virgo account directly!",
  "version": "0.1.1",
  "permissions": [
    "tabs"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "omnibox": {
    "keyword": "virgo"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "./icons/small-logo.png",
      "48": "./icons/medium-logo.png",
      "128": "./icons/large-logo.png"
    },
    "default_title": "Virgo Market LIVE",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "./icons/small-logo.png",
    "48": "./icons/medium-logo.png",
    "128": "./icons/large-logo.png"
  }
}