Inspect and view changes in Bitcoin Hoje 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
{
"manifest_version": 2,
"name": "Bitcoin Hoje",
"description": "Veja a cotação do Bitcoin através do DolarHoje.com/bitcoin",
"version": "0.0.7",
"browser_action": {
"default_icon": "bitcoin.png",
"default_title": "Bitcoin Hoje"
},
"background": {
"scripts": [
"app.js"
],
"persistent": true
},
"icons": {
"128": "bitcoin.png"
},
"permissions": [
"https://dolarhoje.com/"
],
"applications": {
"gecko": {
"id": "bitcoin@dolarhoje.com"
}
}
}