This is a registry for apps that use Securelay as backend.
Securelay sends web-push notifications to an app using the registered details.
To register your app, add <your-app-name>.json
containing the necessary details and submit a PR to this repository.
The JSON should contain the following keys, some of which are optional. Most take string-typed values.
app
: Name of the appwebPush
: Specify the web-push notificationifOrigin
: Optional. Comma-separated list if multiple origins. If provided, Securelay creates a web-push only if the triggering request matches one of the listed origins in its Origin header.sendData
: Optional. Boolean. If provided andtrue
, Securelay adds the triggering request's body to the web-push as additional data.title
: Notification headerurl
: Clicking the notification would open this linkicon
: URL to app logo or iconmessage
: Message to be shown in the notification body
See formonit.json as an example.
For any query, feel free to contact us.
- Create an issue
- Email us at securelay.github.io@gmail.com