Fix typo in manifest

This commit is contained in:
Ceda EI 2020-09-09 11:32:13 +05:30
parent 0cd2961719
commit 919e948d82
1 changed files with 2 additions and 2 deletions

View File

@ -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"
],