sbussetti / deluge-siphon

A Chrome extension for sending torrents to your Deluge server.
http://sbussetti.github.io/deluge-siphon/
82 stars 22 forks source link

Update to use new Notification api #11

Closed pstackle closed 10 years ago

pstackle commented 10 years ago

The old webkitNotifications.createNotification() API was removed in Chrome 35. This pull request fixes #10 by changing to use the new standard Notification API. It also explicitly lists the images used in the notifications in the 'web_accessible_resources' field of the manifest to allow them to be properly displayed.

sbussetti commented 10 years ago

cool. i'll give it a read. see this refs issue #10