Bump version to 0.62.20 with proper exports

This commit is contained in:
2026-01-18 01:00:38 +03:00
parent 1c630603cf
commit b2b0273758
41 changed files with 3555 additions and 7 deletions
+13
View File
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Pezkuwi Wallet</title>
<link href="fonts/fonts.css" rel="stylesheet">
<link href="theme.css" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script src='./extension.js'></script>
</body>
</html>