Всевидящее око

Всевидящее око

Всевидящее око

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Всевидящее око",
  "version": "1.2.4",
  "description": "Всевидящее око",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "action": {
    "default_title": "settings",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "worker.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.tinkoff.ru/terminal*",
        "https://tinkoff.ru/terminal*"
      ],
      "js": [
        "helpers.js",
        "custom-buttons.js",
        "widget.js",
        "main.js"
      ],
      "css": [
        "flashing.css"
      ],
      "run_at": "document_start"
    }
  ],
  "host_permissions": [
    "https://*.tinkoff.ru/terminal*",
    "https://tinkoff.ru/terminal*"
  ],
  "permissions": [
    "storage",
    "offscreen"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "sounds/1.mp3",
        "sounds/2.mp3",
        "sounds/3.mp3",
        "sounds/4.mp3",
        "sounds/5.mp3",
        "sounds/6.mp3",
        "sounds/7.mp3",
        "sounds/8.mp3",
        "sounds/9.mp3",
        "sounds/10.mp3",
        "sounds/11.mp3",
        "sounds/12.mp3",
        "sounds/13.mp3",
        "sounds/14.mp3",
        "sounds/15.mp3",
        "sounds/16.mp3",
        "sounds/17.mp3",
        "sounds/18.mp3",
        "sounds/19.mp3",
        "sounds/20.mp3",
        "sounds/t1.mp3",
        "sounds/t2.mp3",
        "sounds/t3.mp3",
        "sounds/t4.mp3",
        "sounds/t5.mp3",
        "sounds/t6.mp3",
        "sounds/t7.mp3",
        "sounds/t8.mp3",
        "sounds/t9.mp3",
        "sounds/t10.mp3",
        "sounds/t11.mp3",
        "sounds/t12.mp3",
        "widgets/widget_utils.js",
        "widgets/atr_scanner.js",
        "widgets/volume_and_price_screener.js",
        "widgets/lots_scanner.js",
        "widgets/levels.js",
        "widgets/liquidity.js",
        "page.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "externally_connectable": {
    "ids": [
      "*"
    ],
    "matches": [
      "<all_urls>"
    ]
  }
}