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": 2,
"version": "2.0.0",
"name": "WazirX Porfolio Manager",
"description": "The Must-Have portfolio profit\/loss feature for WazirX is now available. Happy Trading \u2764\ufe0f",
"content_scripts": [
{
"matches": [
"https:\/\/wazirx.com\/*"
],
"js": [
"min-content.js"
]
}
],
"icons": {
"16": "icons\/16X16.png",
"48": "icons\/48X48.png",
"128": "icons\/128X128.png"
},
"browser_action": {
"default_popup": "popup.html"
}
}