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": "Investabloom: AI - Stock & Crypto Analysis",
"description": "AI stock & crypto analysis with real-time market data. Track cryptocurrencies alongside stocks for complete market insights.",
"version": "1.3.6",
"icons": {
"16": "assets\/logo.png",
"48": "assets\/logo.png",
"128": "assets\/logo.png"
},
"side_panel": {
"default_path": "dist\/pages\/stock-scanner.html"
},
"action": {
"default_title": "Click to open panel"
},
"permissions": [
"scripting",
"activeTab",
"sidePanel",
"storage"
],
"host_permissions": [
"*:\/\/*\/*"
],
"background": {
"service_worker": "background\/background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content\/content.js"
]
}
]
}