-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 1.03 KB
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
31
32
33
{
"license": "MPL 2.0",
"name": "better-notifications",
"title": "Better Notifications",
"version": "0.2",
"author": "Cassidy Burden",
"id": "deltaburnt-betternotif",
"homepage": "http://github.com/deltaburnt/betternotifications",
"preferences-branch": "alerts",
"preferences": [
{
"description": "Enable/disable saving of notifications in notification center.",
"title": "Enable Notification Center",
"type": "bool",
"value": true,
"name": "notif_center.enabled"
},
{
"description": "Time (in milliseconds) that notifications display for. A value of zero will mean notifications will display until you click them.",
"title": "Notification Display Time",
"type": "integer",
"value": 4000,
"name": "alert_display_time"
},
{
"description": "Number of notifications to display per page in notification center. A value of zero will mean all notifications will display on the same page.",
"title": "Notifications Per Page",
"type": "integer",
"value": 5,
"name": "notif_center.per_page"
}
]
}