Inspect and view changes in LTC Insight 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",
"manifest_version": 2,
"name": "LTC Insight",
"description": "Insight on realtime litecoin ticker information",
"version": "0.7.3",
"default_locale": "en",
"icons": {
"16": "ltci-icon.png",
"48": "ltci-logo-48.png",
"128": "ltci-logo.png"
},
"background": {
"scripts": [
"ltci-bg.js"
]
},
"browser_action": {
"default_icon": "ltci-icon.png",
"default_popup": "ltci-popup.html"
},
"options_page": "ltci-options.html",
"permissions": [
"background",
"https://btc-e.com/",
"https://api.kraken.com/",
"https://data.btcchina.com/",
"https://api.bitfinex.com/",
"https://api.coinmarketcap.com/",
"https://api.coinbase.com/"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"web_accessible_resources": [
"ltci.css"
]
}