Inspect and view changes in Currency Fix for Steemit 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
{
"description": "Displays the local currency on Steemit",
"manifest_version": 2,
"name": "Steemit local currency display",
"version": "1.2resigned1",
"icons": {
"48": "icons/border-48.png"
},
"permissions": [
"*://*.coinmarketcap.com/*",
"storage"
],
"content_scripts": [
{
"matches": [
"*://*.steemit.com/*"
],
"js": [
"steemit.js"
]
}
],
"options_ui": {
"page": "options.html"
},
"browser_specific_settings": {
"gecko": {
"id": "{c58661ae-6dd8-4b17-baab-76e40001ea65}"
}
}
}