forked from cschwarz007/PushoverNode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathManifest.json
More file actions
30 lines (30 loc) · 855 Bytes
/
Manifest.json
File metadata and controls
30 lines (30 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"PackageFormatVersion": "1.0",
"Assembly": "PushoverNode.dll",
"DependentFiles": [
"LogicModule.Nodes.Helpers.dll",
"LogicModule.ObjectModel.dll"
],
"Version": "1.0.0",
"Author": "Philipp Maihart",
"Copyright": "Philipp Maihart",
"DeveloperId": "PMLABS",
"PackageId": "D318847B-0426-4C35-8300-6CB07A256E39",
"Nodes": [
{
"Type": "PushoverNode.NotificationNode",
"Name": {
"en": "Push Notification",
"de": "Benachrichtigung senden"
},
"IsConverter": false,
"Category": "Node",
"DefaultIcon": "icons/notification.png",
"HelpTooltip": {
"en": "Logic node to send push notifications via Pushover.",
"de": "Logikbaustein zum Senden von Benachrichtigungen via Pushover."
},
"HelpFileReference": null
}
]
}