From 919e948d8236f44803fa4c06ca192e9daeca5d98 Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Wed, 9 Sep 2020 11:32:13 +0530 Subject: [PATCH] Fix typo in manifest --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 751e52b..aa7c41f 100644 --- a/manifest.json +++ b/manifest.json @@ -6,8 +6,8 @@ "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", - "permission": [ - "notification", + "permissions": [ + "notifications", "storage" ],