aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/googlemeet/package.json
blob: 37fbc0b73b3443ec97c2aefbd4b074400caf8ec5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "id": "googlemeet",
  "name": "Google Meet",
  "version": "1.0.5",
  "description": "Google Meet",
  "main": "index.js",
  "author": "Patrick Thoelken <patrick.thoelken@outlook.com>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://meet.google.com",
    "hasNotificationSound": true
  }
}