Martin Giger

Results 88 issues of Martin Giger

Don't think there's currently any way to do that. Would probably need a WebExtensions API. This is why notifications from sites that aren't open never play a sound (Facebook, news...

bug

Allow specifying a sound file per item (website/extension).

enhancement

Firefox shows a notification when an update is ready and maybe the window isn't focused? The `runtime.onBrowserUpdateAvailable` event would fire in that case, if Firefox implemented it.

enhancement

Notifications can be updated without the user getting a renotification. Currently the extension does not respect that.

enhancement

Currently reminders only come in via notification. It would be handy to also have them show up in the app itself (maybe even with the running timer showing, so you...

enhancement
wishlist

After initializing grunt-transifex in my project it's impossible to use tx (to push new translations, for example) in this project, as tx doesn't understand the .transifexrc and aborts.

### Is there an existing issue for this? - [X] I searched the existing issues and did not find anything similar. ### Current Behavior The "Video Encoder Usage" tracks the...

bug

Not only is CORS not very scalable if you don't want to allow `*`, but there's a better mechanism for extensions: you can declare `` as an optional permission and...