LazyScalp GoToSpot Button

LazyScalp GoToSpot Button

Hotkey Go To Spot button on top of a TV page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "LazyScalp GoToSpot Button",
  "description": "Hotkey Go To Spot button on top of a TV page.",
  "version": "1.2.6",
  "manifest_version": 3,
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon120.png"
  },
  "content_scripts": [
    {
      "js": [
        "script.js"
      ],
      "matches": [
        "https://*.tradingview.com/chart/*"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ]
}