msfeldstein / chrome-media-keys

Chrome extension that adds media keys to most web music players
GNU Affero General Public License v3.0
89 stars 33 forks source link

Add (optional) notifications #93

Closed deathbeam closed 8 years ago

deathbeam commented 8 years ago

Add chrome notifications and new flag to options page that enables/disables them (disabled by default). Fixes #32

Notifications have this configuration:

{
      iconUrl: <album-art>,
      title: <song-title>,
      message: <song-artist>
}
deathbeam commented 8 years ago

Just noticed that this change is for some reason not correctly loading album art (using previous loaded one), so I need to fix that.

msfeldstein commented 8 years ago

Dope! I'll push this out tomorrow.