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.json7
1 files changed, 1 insertions, 6 deletions
diff --git a/recipes/franz-custom-website/package.json b/recipes/franz-custom-website/package.json
index 47356d0..d56cff7 100644
--- a/recipes/franz-custom-website/package.json
+++ b/recipes/franz-custom-website/package.json
@@ -1,15 +1,10 @@
1{ 1{
2 "id": "franz-custom-website", 2 "id": "franz-custom-website",
3 "name": "Custom Website", 3 "name": "Custom Website",
4 "version": "1.0.4", 4 "version": "1.0.5",
5 "description": "Add a custom website to Franz",
6 "main": "index.js",
7 "author": "Stefan Malzner <stefan@adlk.io>",
8 "license": "MIT", 5 "license": "MIT",
9 "repository": "https://github.com/meetfranz/recipe-custom-website", 6 "repository": "https://github.com/meetfranz/recipe-custom-website",
10 "config": { 7 "config": {
11 "hasNotificationSound": false,
12 "hasIndirectMessages": false,
13 "hasCustomUrl": true 8 "hasCustomUrl": true
14 } 9 }
15} 10}