Reputation: 633
Is there a way to add an Icon on notification area / system tray / system icon for my google chrome package app? Can it also listen when the icon on notification area is click (left or right)?
If this question is already posted, please provide me the answer link.
Thanks
Upvotes: 0
Views: 424
Reputation: 11963
The notification Area is the area in Windows by the clock:
Did you get it to work @Jeff Robert Dagala?
I haven't found exactly what you were looking for, however it seems to be possible since the google hangouts app is placed in this area.
Maybe a side track, but here is information on how to pop up notifications:
Notifications API: https://developer.chrome.com/apps/notifications
Example app: https://chrome.google.com/webstore/detail/world-clock/lhfiglpmnendbchimlikaeachppfonmm
Lots of samples: https://github.com/GoogleChrome/chrome-app-samples
Upvotes: 0