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": "QUICK dYdX - dYdX Trade Support Extension",
"description": "This extension is a tool to help you trade on the Ethereum Layer-2 dex 'dYdX'.",
"icons": {
"16": "icon\/icon16.png",
"48": "icon\/icon48.png",
"128": "icon\/icon128.png"
},
"version": "1.01",
"content_scripts": [
{
"matches": [
"https:\/\/trade.dydx.exchange\/*",
"https:\/\/trade.stage.dydx.exchange\/*"
],
"js": [
"loader.js"
],
"css": [
"css\/app.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"js\/chunk-vendors.js",
"js\/app.js",
"css\/app.css"
],
"matches": [
"<all_urls>"
]
}
]
}