aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/googlemeet/package.json
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-03-06 12:27:00 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2020-03-06 12:27:00 +0100
commitf4a81fefe28c15bddba15a0a38a8bfb8019638a5 (patch)
treef193c26b839d6adebd423f3c53f6461d44de5bab /uncompressed/googlemeet/package.json
parentAdd verify-all script (diff)
downloadferdium-recipes-f4a81fefe28c15bddba15a0a38a8bfb8019638a5.tar.gz
ferdium-recipes-f4a81fefe28c15bddba15a0a38a8bfb8019638a5.tar.zst
ferdium-recipes-f4a81fefe28c15bddba15a0a38a8bfb8019638a5.zip
Fix recipe differences
This will make no functional changes - it will only remove any differences that existed between the recipe archives and uncompressed versions in order to make the verify-all script work.
Diffstat (limited to 'uncompressed/googlemeet/package.json')
-rw-r--r--uncompressed/googlemeet/package.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/uncompressed/googlemeet/package.json b/uncompressed/googlemeet/package.json
new file mode 100644
index 0000000..1c684db
--- /dev/null
+++ b/uncompressed/googlemeet/package.json
@@ -0,0 +1,13 @@
1{
2 "id": "googlemeet",
3 "name": "Google Meet",
4 "version": "1.0.1",
5 "description": "Google Meet",
6 "main": "index.js",
7 "author": "Patrick Thoelken <patrick.thoelken@outlook.com>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://meet.google.com",
11 "hasNotificationSound": true
12 }
13}