From aed78a5b6157258693891d7e3513f18e0b05fd1a Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Thu, 25 Aug 2022 12:47:21 -0600 Subject: [PATCH] PS-818 Add managed schema to mv3 manifest (#3357) --- apps/browser/src/manifest.v3.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/browser/src/manifest.v3.json b/apps/browser/src/manifest.v3.json index 10e8382fae..8004f19979 100644 --- a/apps/browser/src/manifest.v3.json +++ b/apps/browser/src/manifest.v3.json @@ -124,5 +124,8 @@ "default_title": "Bitwarden", "default_panel": "popup/index.html?uilocation=sidebar", "default_icon": "images/icon19.png" + }, + "storage": { + "managed_schema": "managed_schema.json" } }