diff --git a/manifests/native.json b/manifests/native.json index 866c5fa..e4e4f10 100644 --- a/manifests/native.json +++ b/manifests/native.json @@ -1879,6 +1879,11 @@ "moduleName": "atob", "replacements": ["atob"] }, + "atob-lite": { + "type": "module", + "moduleName": "atob-lite", + "replacements": ["atob"] + }, "btoa": { "type": "module", "moduleName": "btoa",