Skip to content

securelay/apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

apps

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.

JSON template

The JSON should contain the following keys, some of which are optional. Most take string-typed values.

  • app : Name of the app
  • webPush : Specify the web-push notification
    • ifOrigin : 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 and true, Securelay adds the triggering request's body to the web-push as additional data.
    • title : Notification header
    • url : Clicking the notification would open this link
    • icon : URL to app logo or icon
    • message : Message to be shown in the notification body

See formonit.json as an example.

Contact

For any query, feel free to contact us.

About

Registry for apps that use SecuRelay as backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages