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": "TradeA1",
"version": "3.2.22",
"icons": {
"16": "assets\/icons\/favicon-16.png",
"32": "assets\/icons\/favicon-32.png",
"48": "assets\/icons\/favicon-48.png",
"128": "assets\/icons\/favicon-128.png"
},
"description": "Your Personal Trading Assistant, TradeA1, is the only tool you'll ever need for smart OPTIONS BUYING & SELLING.",
"homepage_url": "https:\/\/tradea1.com",
"short_name": "TradeA1",
"permissions": [
"identity",
"storage",
"cookies"
],
"host_permissions": [
"https:\/\/*.zerodha.com\/",
"https:\/\/*.tradea1.com\/*",
"https:\/\/tradea1-static.s3.ap-south-1.amazonaws.com\/extension\/*",
"http:\/\/localhost:4000\/*"
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg4azBZXMJOk6xvJVIt2KJHTU8l1eWsSAtjW\/3zi+Hpqi8oD07nVa2YSDpjy8voG+ZKQGon3q1ixyNBnGpazp+RUMGEYvbSJRnFFR5JsXChENJwsNFAmuWJoOI+9ivvohERMVhRX1xH5lgK5U5+BIa7MFyQIpLkCDdEERRQ\/N9XGKOGoqGvE+P2svOktmAebDE7whUx88abprjvl3VajTCxZTDG+pvyoWPHxhXSHyzoNyNhOiMnF0y1rhc\/4HWSGZHW4T9JMFzdWBStNynKati8oiWIBuoGkFtMGJ2gF9AVYFVQ+X\/rBIyT0yOKj\/GgrgQCxWdl5+OFTVqOLzMLLyjwIDAQAB",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"author": "jayiitb",
"minimum_chrome_version": "93",
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"background": {
"service_worker": "js\/serviceWorker.bundle.js"
},
"web_accessible_resources": [
{
"resources": [
"assets\/mp3\/system_sl_hit_new.mp3",
"assets\/*.png"
],
"matches": [
"<all_urls>"
]
}
],
"oauth2": {
"client_id": "767963317985-uduicpse308rme9k21e246m3q6su38ia.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/kite.zerodha.com\/*",
"https:\/\/console.zerodha.com\/*",
"https:\/\/kite.zerodha.com\/chart\/ext\/*"
],
"js": [
"js\/contentScript.bundle.js"
],
"css": [
"css\/contentScript.css"
],
"run_at": "document_end"
}
]
}