aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/rainloop/package.json
blob: 9aa6924da5c58be316dafb0256927e79d86d2cc2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "id": "rainloop",
	"name": "RainLoop",
    "version": "1.0.0",
    "description": "RainLoop Webmail – Simple, modern & fast web-based email client",
    "main": "index.js",
    "author": "Marcel Deglau <me@marceldeglau.de>",
	"repository": "https://github.com/promarcel/franz-recipe-rainloop",
    "license": "MIT",
	"config": {
		"hasNotificationSound": true,
		"hasCustomUrl": true
	}
}