Examine source code of Atomic Wallet For Web

Inspect and view changes in Atomic Wallet For Web 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.0.0",
  "name": "Atomic Wallet For Web ",
  "description": "A  simple browser extension",
  "icons": {
    "32": "assets/icon-32.png",
    "48": "assets/icon-48.png"
  },
  "action": {
    "default_popup": "./popup/popup.html"
  },
  "background": {
    "service_worker": "serviceWorker.js",
    "type": "module"
  },
  "permissions": [
    "storage"
  ]
}