From d0047e751f63d2fb18989e5cfc495c8d7a9c27e5 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Sat, 2 May 2026 13:02:01 -0400 Subject: [PATCH] fix(ext): capitalize Relicario in Firefox manifest, bump to 0.2.0 The Chrome manifest was already updated; the Firefox manifest still showed lowercase 'relicario' as the extension name and was pinned at 0.1.0. Co-Authored-By: Claude Opus 4.7 --- extension/manifest.firefox.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extension/manifest.firefox.json b/extension/manifest.firefox.json index 14937a6..70fe0f8 100644 --- a/extension/manifest.firefox.json +++ b/extension/manifest.firefox.json @@ -1,7 +1,7 @@ { "manifest_version": 3, - "name": "relicario", - "version": "0.1.0", + "name": "Relicario", + "version": "0.2.0", "description": "Two-factor encrypted password manager", "icons": { "16": "icons/icon-16.png",