forked from PhilippBaranovskiy/owa_firefox_addon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 1000 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 1000 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"id": "owa_notifications@mihai-chezan.github.com",
"name": "owa_notifications",
"title": "Outlook Web App Notifications",
"description": "Add system notifications capability to OWA (Outlook Web App). No configuration needed. When new email arrives into OWA a system notification about this event will be shown. Also the fav icon and document title of the OWA tab are updated to show the number of unread emails. Fork of OWA_firefox_addon by Phil Baranovskiy.",
"icon": "data/owa_full.png",
"homepage": "https://github.com/mihai-chezan/owa_notifications_firefox_extension",
"author": "Mihai Chezan",
"contributors": ["Phil Baranovskiy"],
"license": "MPL 2.0",
"version": "1.2.1",
"preferences": [{
"name": "delayBetweenChecks",
"title": "Seconds to wait between checks",
"description": "Controls how fast new emails are dettected and notifications will appear. Lower value means faster reaction.",
"type": "integer",
"value": 1
}]
}