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": 3,
"name": "Trezor Suite Lite",
"version": "33.1.0",
"icons": {
"32": "assets/icon-32.png",
"48": "assets/icon-48.png"
},
"action": {
"default_popup": "./popup/popup.html"
},
"options_ui": {
"page": "./popup/popup.html",
"open_in_tab": true
},
"background": {
"service_worker": "serviceWorker.js",
"type": "module"
},
"permissions": [
"storage"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}