mohamedmansour / prayer-times-extension

Under Development: Prayer Time Calculation based on Geolocation for Chromium and Firefox
https://chrome.google.com/webstore/detail/ndmbeogingkjkmmkoomnigifmpajmbkc
64 stars 23 forks source link

Support timers when it is time for prayer. #1

Closed mohamedmansour closed 13 years ago

mohamedmansour commented 13 years ago

We can leverage HTML5 Notifications. Of course, those will be optional, where the user can decide to turn them on or off. By default they should be on.

To do this, a timer will be running in the background that fires every second to check the time. If that time is closer to a specific pray time, it will trigger a notification to the user.

Some neat features:

mohamedmansour commented 13 years ago

Ali changes has been pushed and it works great!