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": "Traid: Multi-Strategy Trading AI Chart Analyzer",
"version": "4.3",
"description": "AI-powered chart analyzer with multi-strategy technical analysis for crypto, forex & stocks. Instant SL\/TP recommendations.",
"permissions": [
"activeTab",
"storage",
"alarms"
],
"host_permissions": [
"https:\/\/traid-two.vercel.app\/",
"<all_urls>"
],
"action": {
"default_popup": "popup\/auth.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"background": {
"service_worker": "background\/background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content\/content.js"
]
}
],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"strategies\/trading-strategies.json"
],
"matches": [
"<all_urls>"
]
}
]
}