Inspect and view changes in Trusted Crypto Site Indicator 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
{
"name": "Trusted Crypto Site Indicator",
"short_name": "Trusted CS",
"description": "Identifying the official crypto site, prevent from phishing attacks.",
"version": "1.0.6resigned1",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"browser_action": {
"default_popup": "popup.html",
"name": "Green is TRUST | Red is DANGER"
},
"permissions": [
"tabs"
],
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
"id": "{c6df1013-1420-48d8-af48-3850cf9ceee7}"
}
}
}