aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lastpass/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/lastpass/package.json')
-rw-r--r--recipes/lastpass/package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/lastpass/package.json b/recipes/lastpass/package.json
new file mode 100644
index 0000000..a551edf
--- /dev/null
+++ b/recipes/lastpass/package.json
@@ -0,0 +1,14 @@
1{
2 "id": "lastpass",
3 "name": "LastPass",
4 "version": "1.0.0",
5 "description": "LastPass integration",
6 "main": "index.js",
7 "author": "Janis Hau <janis@my-new.me>, Jonathan Winter <jonathanhwinter@gmail.com>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://lastpass.com/?ac=1&lpnorefresh=1",
11 "hasNotificationSound": true,
12 "message": "LastPass"
13 }
14} \ No newline at end of file