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",
"name": "FinTab AI: Stock Analysis Dashboard",
"description": "A beautifully designed tab- offering AI stock forecasts, customizable watchlists, and financial comparisons.",
"version": "2025.12.01.25",
"manifest_version": 3,
"icons": {
"16": "assets\/16.png",
"48": "assets\/48.png",
"128": "assets\/128.png"
},
"action": {
"default_title": "FinTab",
"default_icon": {
"16": "assets\/16.png",
"48": "assets\/48.png",
"128": "assets\/128.png"
}
},
"permissions": [
"storage",
"offscreen"
],
"background": {
"service_worker": "background.bundle.js"
}
}