Created
February 11, 2021 19:24
-
-
Save stechnique/bf9325b1b0f2d4b59d38629804433472 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Health Check", | |
"items": [ | |
{ | |
"url": "https://d2go.io/addins/healthCheck/healthCheck.html", | |
"path": "DriveAppLink/", | |
"menuName": { | |
"en": "Health Check", | |
"fr": "Bilan de santé" | |
} | |
}, | |
{ | |
"url": "https://d2go.io/addins/healthCheckAdmin/healthCheckAdmin.html", | |
"icon": "https://d2go.io/addins/healthCheckAdmin/images/COVID-19.svg", | |
"path": "/", | |
"menuName": { | |
"en": "Health Check", | |
"fr": "Bilan de santé" | |
} | |
} | |
], | |
"version": "1.0", | |
"supportEmail": "support@d2go.io", | |
"isSigned": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment