Stock Glance: Stock Prices, News & Trends

Stock Glance: Stock Prices, News & Trends

Get real-time stock prices, news, and all the financial data you need with our stocks extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Stock Glance: Stock Prices, News & Trends",
  "version": "1.7",
  "description": "Get real-time stock prices, news, and all the financial data you need with our stocks extension.",
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_popup": "html/popup.html",
    "default_icon": {
      "16": "img/SG/sg_16.png",
      "32": "img/SG/sg_32.png",
      "48": "img/SG/sg_48.png",
      "128": "img/SG/sg_128.png"
    }
  },
  "icons": {
    "16": "img/SG/sg_16.png",
    "32": "img/SG/sg_32.png",
    "48": "img/SG/sg_48.png",
    "128": "img/SG/sg_128.png"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://extensionpay.com/*"
      ],
      "js": [
        "js/ExtPay.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://www.extensionpay.com/*",
        "*://www.popup.html/*",
        "*://www.more-details.html/*",
        "*://www.financials.html/*"
      ],
      "css": [
        "css/style.css",
        "css/financial.css"
      ],
      "js": [
        "js/popup.js",
        "js/ExtPay.js",
        "js/check_status.js",
        "js/financials.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}