Skip to content

Commit

Permalink
Added html5-notifications and desktop-notify
Browse files Browse the repository at this point in the history
  • Loading branch information
Asmod4n committed Aug 13, 2013
1 parent 049cf58 commit 926d424
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions lib/polyfills.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
{
"html5-notifications": {
"name": "HTML5 Notifications",
"authors": ["Hendrik Beskow"],
"href": "https://gist.github.com/Asmod4n/6030828",
"licences": ["MIT"],
"notes": ["A Polyfill to fix the differences in WebKit, Blink and Gecko HTML5 Desktop Notifications, also adds a way to add your own Javascript Notifications in case your Browser doesn't support them natively."]
},
"desktop-notify": {
"name": "HTML5-Desktop-Notifications",
"authors": ["Tsvetan Tsvetkov"],
"href": "https://github.com/ttsvetko/HTML5-Desktop-Notifications",
"licences": ["Apache2"],
"notes": ["A small library that unifies the HTML5 Notifications APIs accross different browsers including IE9 & IE10."]
},
"css3pie": {
"name": "CSS3 PIE",
"authors": ["Jason Johnston"],
Expand Down

0 comments on commit 926d424

Please sign in to comment.