-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaddon.json
More file actions
29 lines (29 loc) · 918 Bytes
/
addon.json
File metadata and controls
29 lines (29 loc) · 918 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
{
"type": "addon",
"key": "DelayedNotifications",
"name": "DelayedNotifications",
"description": "Consolidate and delay all notifaction emails and send them out after preselected amount of time",
"license": "MIT",
"version": "1.0.0",
"settingsUrl": "/settings/DelayedNotifications",
"pluginUrl": "https://github.com/rbrahmson/DelayedNotifications",
"authors": [
{
"name": "Robin Jurinka",
"homepage": "https://open.vanillaforums.com/profile/r_j"
},
{
"name": "Roger Brahmson",
"homepage": "https://open.vanillaforums.com/profile/rbrahmson"
}
],
"priority": 11,
"className": "DelayedNotificationsPlugin",
"hasLocale": true,
"mobileFriendly": true,
"usePopupSettings": true,
"requiredTheme": false,
"requiredPlugin": false,
"allowDisable": true,
"hidden": false
}