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

Support chrome apps #80

Closed matthewdias closed 8 years ago

matthewdias commented 9 years ago

Add support for chrome apps that are wrappers for already compatible sites. Maybe this can be achieved by checking if WindowType is "app" ?

msfeldstein commented 9 years ago

Do you have an example? I think there's a security issue where you can't inject code into packaged apps, only regular webpages, though that may have changed in the past couple of years, im willing to try again

matthewdias commented 8 years ago

I read up a little more and it still doesn't seem like it's possible.