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",
"manifest_version": 3,
"name": "Finance News & Stock Monitor",
"version": "1.0",
"description": "Show finance news, monitor stock prices, and provide investment rules",
"permissions": [
"storage",
"alarms",
"notifications"
],
"host_permissions": [
"https:\/\/www.reutersagency.com\/*",
"https:\/\/api.stlouisfed.org\/*",
"https:\/\/feeds.finance.yahoo.com\/*",
"https:\/\/www.alphavantage.co\/*",
"https:\/\/api.allorigins.win\/*",
"https:\/\/feeds.reuters.com\/*",
"https:\/\/api.deepseek.com\/*",
"https:\/\/api.coingecko.com\/*"
],
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"incognito": "split"
}