diff --git a/.gitignore b/.gitignore index d8a40da..02e4099 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1 @@ -target/ -.superpowers/ -.worktrees/ -extension/node_modules/ -extension/dist/ -extension/dist-firefox/ -extension/wasm/ +ref.jpg diff --git a/.relicario/devices.json b/.relicario/devices.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/.relicario/devices.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/.relicario/params.json b/.relicario/params.json new file mode 100644 index 0000000..8676580 --- /dev/null +++ b/.relicario/params.json @@ -0,0 +1,11 @@ +{ + "format_version": 2, + "kdf": { + "algorithm": "argon2id-v0x13", + "argon2_m": 65536, + "argon2_t": 3, + "argon2_p": 4 + }, + "aead": "xchacha20poly1305", + "salt_path": ".relicario/salt" +} \ No newline at end of file diff --git a/.relicario/salt b/.relicario/salt new file mode 100644 index 0000000..4d3c892 --- /dev/null +++ b/.relicario/salt @@ -0,0 +1 @@ +48^՜\׏l$$. r \ No newline at end of file diff --git a/manifest.enc b/manifest.enc new file mode 100644 index 0000000..b75b333 Binary files /dev/null and b/manifest.enc differ diff --git a/settings.enc b/settings.enc new file mode 100644 index 0000000..8198360 Binary files /dev/null and b/settings.enc differ