Bitcoin Price at a glance
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": "Just Bitcoin Ticker [PRO]",
"version": "2.0.4",
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
"48": "icon-48.png",
"64": "icon-64.png",
"128": "icon-128.png"
},
"permissions": [
"storage"
],
"browser_action": {
"default_icon": "icon-48.png"
},
"background": {
"scripts": [
"background.js"
]
}
}