Inspect and view changes in Trade.mn source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Trade.mn",
"short_name": "DIGITAL EXCHANGE",
"manifest_version": 2,
"version": "1.1",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon/128.png",
"default_popup": "popup.html"
},
"description": "Энэхүү жижиг програм нь Trade.mn сайтыг илүү ойлгомжтой, ашиглахад хялбар болгож өгнө.",
"icons": {
"16": "icon/16.png",
"48": "icon/48.png",
"128": "icon/128.png"
},
"options_ui": {
"chrome_style": true,
"page": "options.html"
},
"permissions": [
"storage",
"notifications",
"https://api.coinmarketcap.com/v1/*",
"https://trade.mn/*",
"http://www.tdbm.mn/*"
],
"content_scripts": [
{
"css": [
"assets/_trade_mn.css",
"assets/animate.css"
],
"js": [
"assets/_trade_mn.js"
],
"matches": [
"https://trade.mn/*"
],
"run_at": "document_end"
}
]
}