From 05d4d14c3c28c13f10ec3590f37d4047eb288ae2 Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Tue, 22 Sep 2020 09:25:00 +0530 Subject: [PATCH] Add background to permissions array. --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index c4ca8f1..649a615 100644 --- a/manifest.json +++ b/manifest.json @@ -1,12 +1,13 @@ { "manifest_version": 2, "name": "Google Meet Caption Regex", - "version": "1.3", + "version": "1.4", "description": "Send a notification when a caption in Google Meet matches a certain regex.", "homepage_url": "https://gitlab.com/ceda_ei/google-meet-captions-regex", "permissions": [ + "background", "notifications", "storage" ],