Add background to permissions array.
This commit is contained in:
parent
6bcef99546
commit
05d4d14c3c
|
@ -1,12 +1,13 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Google Meet Caption Regex",
|
"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.",
|
"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",
|
"homepage_url": "https://gitlab.com/ceda_ei/google-meet-captions-regex",
|
||||||
|
|
||||||
"permissions": [
|
"permissions": [
|
||||||
|
"background",
|
||||||
"notifications",
|
"notifications",
|
||||||
"storage"
|
"storage"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue