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",
"name": "Trade Rocket PAPER TO AUTO",
"version": "1.0.10",
"description": "Making paper trade into auto trades!",
"options_page": "options.html",
"permissions": [
"webRequest",
"notifications",
"storage",
"activeTab",
"alarms"
],
"background": {
"service_worker": "background2.js"
},
"host_permissions": [
"https:\/\/*.streak.tech\/*"
],
"optional_host_permissions": [
"*:\/\/*.zerodha.com\/*",
"*:\/\/*.angelbroking.com\/*",
"*:\/\/*.5paisa.com\/*",
"*:\/\/*.streak.tech\/*",
"*:\/\/*.upstox.com\/*",
"*:\/\/*.streak.ninja\/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "trade_rocket_128x128.png"
}
},
"icons": {
"16": "trade_rocket_128x128.png",
"48": "trade_rocket_128x128.png",
"128": "trade_rocket_128x128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.zerodha.com\/*",
"*:\/\/*.angelbroking.com\/*",
"*:\/\/*.5paisa.com\/*",
"*:\/\/*.upstox.com\/*",
"*:\/\/*.streak.tech\/*"
],
"js": [
"contentScript.js"
]
}
],
"manifest_version": 3
}