BetterDiscordApp-v1/Firefox/package.json

19 lines
362 B
JSON
Raw Normal View History

2015-12-21 08:41:28 +01:00
{
"title": "BetterDiscord",
"name": "betterdiscord",
2015-12-21 13:21:01 +01:00
"version": "0.0.3",
2015-12-21 08:41:28 +01:00
"description": "BetterDiscord enhances Discord with several features",
2015-12-21 12:26:33 +01:00
"main": "lib/main",
"author": "JiCode",
2015-12-21 08:41:28 +01:00
"engines": {
2015-12-21 13:21:01 +01:00
"firefox": ">=40.*"
2015-12-21 08:41:28 +01:00
},
"license": "MIT",
"keywords": [
"jetpack"
2015-12-21 13:21:01 +01:00
],
"installs_allowed_from": [
"https://betterdiscord.net"
2015-12-21 08:41:28 +01:00
]
}