Bug 795397 - Click-to-play blocklisting: respect the "plugins" permission. r=josh...
[gecko.git] / services / notifications / README
blob47ef0e3c3ab3cb81e6e93de84a777f336fe658c8
1 Here lies most of the moving parts for push notifcations in the browser. DOM
2 and UI bindings will live elsewhere; these files deal with talking to the API,
3 storing messages, and creating persistent connections to the notification
4 server.
6 Structure:
8 services.js::Service
9   This is a singleton that manages API calls and message storage. It's an
10   instance of the NotificationSvc class. Messages and state are persisted to a
11   JSON file on disk.