TSE Assist

TSE Assist

Adds analytical data to tsetmc.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TSE Assist",
  "version": "2.4",
  "description": "Adds analytical data to tsetmc.com",
  "homepage_url": "https://varja.investments/",
  "icons": {
    "16": "Resources/static/extension_logo_16.png",
    "48": "Resources/static/extension_logo_48.png",
    "128": "Resources/static/extension_logo_128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "Options/index.html",
        "Changelog/index.html",
        "Resources/static/varja_logo.png",
        "Resources/static/text_logo.png",
        "Resources/static/extension_logo_128.png",
        "Resources/static/options_back.png",
        "Resources/static/irsans.woff2",
        "Resources/static/irsans_bold.woff2",
        "Resources/static/vazir.woff2",
        "Resources/static/shabnam.woff2",
        "Resources/static/dana.woff2",
        "Resources/static/bootstrap.rtl.min.css",
        "Resources/static/bootstrap.bundle.min.js"
      ],
      "matches": [
        "http://tsetmc.com/*",
        "https://tsetmc.com/*",
        "http://www.tsetmc.com/*",
        "https://www.tsetmc.com/*",
        "http://tsetmc.ir/*",
        "https://tsetmc.ir/*",
        "http://www.tsetmc.ir/*",
        "https://www.tsetmc.ir/*",
        "http://wwc.tsetmc.com/*",
        "https://wwc.tsetmc.com/*",
        "http://dev.tsetmc.com/*",
        "https://dev.tsetmc.com/*",
        "http://old.tsetmc.com/*",
        "https://old.tsetmc.com/*",
        "http://main.tsetmc.com/*",
        "https://main.tsetmc.com/*",
        "http://service.tsetmc.com/*",
        "https://service.tsetmc.com/*",
        "http://members.tsetmc.com/*",
        "https://members.tsetmc.com/*",
        "http://redirectcdn.tsetmc.com/*",
        "https://redirectcdn.tsetmc.com/*",
        "http://new.tsetmc.com/*",
        "https://new.tsetmc.com/*",
        "http://www.new.tsetmc.com/*",
        "https://www.new.tsetmc.com/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "*://www.tsetmc.com/*=151311*",
        "*://tsetmc.com/*=151311*",
        "*://old.tsetmc.com/*=151311*",
        "*://main.tsetmc.com/*=151311*",
        "*://wwc.tsetmc.com/*=151311*",
        "*://dev.tsetmc.com/*=151311*",
        "*://service.tsetmc.com/*=151311*",
        "*://members.tsetmc.com/*=151311*",
        "*://redirectcdn.tsetmc.com/*=151311*",
        "*://www.tsetmc.ir/*=151311*",
        "*://tsetmc.ir/*=151311*"
      ],
      "js": [
        "ContentScripts/InstrumentInfo/orders_table.js",
        "ContentScripts/InstrumentInfo/sahamdaran.js",
        "ContentScripts/InstrumentInfo/sarane_nat_jur.js",
        "ContentScripts/InstrumentInfo/signals.js"
      ],
      "css": [
        "ContentScripts/InstrumentInfo/style.css"
      ]
    },
    {
      "matches": [
        "*://www.tsetmc.com/*",
        "*://tsetmc.com/*",
        "*://www.tsetmc.ir/*",
        "*://tsetmc.ir/*",
        "*://wwc.tsetmc.com/*",
        "*://dev.tsetmc.com/*",
        "*://old.tsetmc.com/*",
        "*://main.tsetmc.com/*",
        "*://service.tsetmc.com/*",
        "*://members.tsetmc.com/*",
        "*://redirectcdn.tsetmc.com/*",
        "*://www.new.tsetmc.com/*",
        "*://new.tsetmc.com/*"
      ],
      "js": [
        "ContentScripts/Global/VarjaBadge/inject.js"
      ],
      "css": [
        "ContentScripts/Global/VarjaBadge/styles.css"
      ]
    },
    {
      "matches": [
        "*://www.tsetmc.com/*",
        "*://tsetmc.com/*",
        "*://wwc.tsetmc.com/*",
        "*://dev.tsetmc.com/*",
        "*://old.tsetmc.com/*",
        "*://main.tsetmc.com/*",
        "*://service.tsetmc.com/*",
        "*://members.tsetmc.com/*",
        "*://redirectcdn.tsetmc.com/*",
        "*://www.tsetmc.ir/*",
        "*://tsetmc.ir/*",
        "*://www.new.tsetmc.com/*",
        "*://new.tsetmc.com/*"
      ],
      "js": [
        "ContentScripts/Global/patch.js",
        "utils.js"
      ],
      "css": [
        "Resources/css/font_faces.css"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "storage"
  ],
  "background": {
    "service_worker": "service_worker.js"
  },
  "action": {
    "default_title": "دستیار تی‌اس‌ای",
    "default_popup": "popup.html"
  },
  "options_page": "Options/index.html",
  "manifest_version": 3
}