Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "A realtime US & Indian Stock prices chrome extension toolbar with realtime prices display.",
"version": "1.3.1",
"manifest_version": 3,
"name": "Realitime US & Indian Stock Prices Toolbar",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": "icon-34.png"
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/query1.finance.yahoo.com\/*",
"https:\/\/query2.finance.yahoo.com\/*",
"https:\/\/finance.yahoo.com\/*",
"https:\/\/www.yahoo.com\/*"
],
"icons": {
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"js": [
"contentScript.bundle.js"
],
"css": [
"content.styles.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"content.styles.css",
"icon-128.png",
"icon-34.png",
"welcome.html"
],
"matches": []
}
]
}