Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"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"
]
}
]
}