aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/franz-custom-website/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/franz-custom-website/package.json')
-rw-r--r--recipes/franz-custom-website/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/franz-custom-website/package.json b/recipes/franz-custom-website/package.json
new file mode 100644
index 0000000..457a8a1
--- /dev/null
+++ b/recipes/franz-custom-website/package.json
@@ -0,0 +1,15 @@
1{
2 "id": "franz-custom-website",
3 "name": "Custom Website",
4 "version": "1.0.2",
5 "description": "Add a custom website to Franz",
6 "main": "index.js",
7 "author": "Stefan Malzner <stefan@adlk.io>",
8 "license": "MIT",
9 "repository": "https://github.com/meetfranz/recipe-custom-website",
10 "config": {
11 "hasNotificationSound": false,
12 "hasIndirectMessages": false,
13 "hasCustomUrl": true
14 }
15}