Inspect and view changes in DigiByte Go Wallet 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
{
"app": {
"background": {
"scripts": [
"initial.js"
]
}
},
"description": "A secure DigiByte wallet to store your DGB digital assets.",
"icons": {
"128": "img/icon-chrome-128.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjDAHiG0PeUvNs/AFL5q/0/YDETh4kC2EBP3MacEbh+zAnbZyu0RmH5VzCw5dAl6DDfsuvnoaUJvpKMEItMqVmSJB/mcBJ7dOXYXh6tA54UtEyzdukLZPWTtZTDpNH8wU55fSBuZ1KXkac/oPnGlvyWoe4VTHwZBD16Dili7uvyTVNW0kGufGOr7izoVMPXCUyz5uQIy8/O9+g5ehjMjbPoUPSYXwVTbQvjmQoRw7NZj1oZxV0gKjRo+JQirDwICSCGKooostOSP3H8zPAQKIzNClqyzBSEG3MiXLSxPOKVbUWLJSSWkOqS7ItfuM9h6xZKoSEscQIqheyMCtPZ0qIQIDAQAB",
"manifest_version": 2,
"name": "DigiByte Go Wallet",
"permissions": [
"storage",
"unlimitedStorage",
"notifications",
"videoCapture",
"webview"
],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "4.0.1"
}