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,
"version": "0.0.9",
"name": "Finsnap AI Copilot - Analyze Stock and Investment News",
"description": "Your AI copilot for market insight, narrative tracking, and real-time intelligence",
"action": {
"default_title": "Click To Get Your News and Investment Insights"
},
"background": {
"service_worker": "service-worker.js"
},
"host_permissions": [
"<all_urls>"
],
"icons": {
"48": "logo.png"
},
"permissions": [
"sidePanel",
"scripting",
"tabs",
"activeTab",
"cookies"
],
"side_panel": {
"default_path": "index.html"
}
}