aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/enterprise-owa/package.json
diff options
context:
space:
mode:
authorLibravatar Thomas Fehrenbach <thomas.fehrenbach@hhi.fraunhofer.de>2020-05-13 17:12:26 +0200
committerLibravatar Thomas Fehrenbach <thomas.fehrenbach@hhi.fraunhofer.de>2020-05-13 17:12:26 +0200
commit2d6be86a1d29ea73a856cdccbfc0f662efe1f521 (patch)
tree0fde3faaa1d4cc86d10f82e8c22a0fb29f98f1cb /uncompressed/enterprise-owa/package.json
parentMerge branch 'pr/165' (diff)
downloadferdium-recipes-2d6be86a1d29ea73a856cdccbfc0f662efe1f521.tar.gz
ferdium-recipes-2d6be86a1d29ea73a856cdccbfc0f662efe1f521.tar.zst
ferdium-recipes-2d6be86a1d29ea73a856cdccbfc0f662efe1f521.zip
OWA-Custom URL
Diffstat (limited to 'uncompressed/enterprise-owa/package.json')
-rw-r--r--uncompressed/enterprise-owa/package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/uncompressed/enterprise-owa/package.json b/uncompressed/enterprise-owa/package.json
new file mode 100644
index 0000000..a45b6cc
--- /dev/null
+++ b/uncompressed/enterprise-owa/package.json
@@ -0,0 +1,17 @@
1{
2 "id": "enterprise-owa",
3 "name": "Enterprise Outlook Web App",
4 "version": "1.1.0",
5 "description": "Outlook Web App - Custom URL",
6 "main": "index.js",
7 "author": "tfehren",
8 "contributors": [
9 "nonAlgebraic <https://github.com/nonAlgebraic>"
10 ],
11 "license": "MIT",
12 "config": {
13 "hasCustomUrl": true,
14 "hasNotificationSound": true,
15 "hasTeamId": false
16 }
17}