aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/Google Meet/package.json
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-02-23 21:27:24 +0100
committerLibravatar GitHub <noreply@github.com>2020-02-23 21:27:24 +0100
commita71833cd1e0764d1626d886baed756efe1fa4bad (patch)
tree37813338b32269185ca5c8c15838a87689833f0c /uncompressed/Google Meet/package.json
parentReview Custom Website URL validation (#47) (diff)
parentrepackaging (diff)
downloadferdium-recipes-a71833cd1e0764d1626d886baed756efe1fa4bad.tar.gz
ferdium-recipes-a71833cd1e0764d1626d886baed756efe1fa4bad.tar.zst
ferdium-recipes-a71833cd1e0764d1626d886baed756efe1fa4bad.zip
Merge pull request #46 from n-xlkt/feat/gmeet
Feat/gmeet
Diffstat (limited to 'uncompressed/Google Meet/package.json')
-rw-r--r--uncompressed/Google Meet/package.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/uncompressed/Google Meet/package.json b/uncompressed/Google Meet/package.json
new file mode 100644
index 0000000..0c3a5fe
--- /dev/null
+++ b/uncompressed/Google Meet/package.json
@@ -0,0 +1,13 @@
1{
2 "id": "Google Meet",
3 "name": "googlemeet",
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}