From 34f2e032ee7b2150153b5c2b217b63e30ad16046 Mon Sep 17 00:00:00 2001 From: Stefan Sundin Date: Fri, 29 Mar 2024 23:32:33 -0700 Subject: [PATCH] Add `background/offscreen.js` to list. --- dist/manifest_firefox.json | 1 + keepassxc-browser/manifest.json | 1 + 2 files changed, 2 insertions(+) diff --git a/dist/manifest_firefox.json b/dist/manifest_firefox.json index 5eaf8a3..f35c3ee 100644 --- a/dist/manifest_firefox.json +++ b/dist/manifest_firefox.json @@ -38,6 +38,7 @@ "background/client.js", "background/keepass.js", "background/httpauth.js", + "background/offscreen.js", "background/browserAction.js", "background/page.js", "background/event.js", diff --git a/keepassxc-browser/manifest.json b/keepassxc-browser/manifest.json index e82c346..53efa26 100755 --- a/keepassxc-browser/manifest.json +++ b/keepassxc-browser/manifest.json @@ -40,6 +40,7 @@ "background/client.js", "background/keepass.js", "background/httpauth.js", + "background/offscreen.js", "background/browserAction.js", "background/page.js", "background/event.js",