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": "NEW Kai: 1-Click AI Trade Setup for Crypto, Stocks & Forex",
"short_name": "Kai - AI Trade Setup",
"description": "Kai, your AI trading wizard, now with enhanced accuracy, deeper insights, and market coverage across crypto, stocks, and forex.",
"version": "3.1",
"icons": {
"16": "images\/16x16.png",
"32": "images\/32x32.png",
"48": "images\/48x48.png",
"128": "images\/128x128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/16x16.png",
"32": "images\/32x32.png",
"48": "images\/48x48.png",
"128": "images\/128x128.png"
}
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"tabs",
"activeTab",
"scripting",
"storage"
],
"host_permissions": [
"*:\/\/*.tradingview.com\/*",
"*:\/\/*.tradingwizard.ai\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.tradingview.com\/*"
],
"js": [
"CustomJavaScript\/injectTradingWizard.js"
],
"css": [
"files\/modal.css"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"files\/*",
"images\/*"
],
"matches": [
"*:\/\/*.tradingview.com\/*"
]
}
]
}