3 Star 1 Fork 0

Gitee 极速下载 / mining-monitor

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/hamczu/mining-monitor
Clone or Download
manifest.json 1.14 KB
Copy Edit Raw Blame History
Jakub Wolny authored 2013-08-08 19:59 . 50btc support
{
"name": "Bitcoin Mining Monitor",
"version": "0.5.1",
"manifest_version": 2,
"description": "__MSG_extension_description__",
"icons": {
"16": "img/16.png",
"48": "img/48.png",
"128": "img/128.png"
},
"default_locale": "en",
"browser_action": {
"default_icon": {
"19": "img/19.png",
"38": "img/38.png"
},
"default_title": "__MSG_extension_action__",
"default_popup": "popup.html"
},
"background": {
"scripts": ["js/btc.js", "js/background.js"]
},
"options_page": "options.html",
"content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
"permissions": [
"notifications",
"*://deepbit.net/",
"*://mining.bitcoin.cz/",
"*://www.btcguild.com/",
"*://btcmine.com/",
"*://bitclockers.com/",
"*://polmine.pl/",
"*://simplecoin.us/",
"*://ozco.in/",
"*://mtred.com/",
"*://arsbitcoin.com/",
"*://bitminter.com/",
"*://50btc.com/",
"http://bitcoincharts.com/"
]
}
1
https://gitee.com/mirrors/mining-monitor.git
git@gitee.com:mirrors/mining-monitor.git
mirrors
mining-monitor
mining-monitor
master

Search