Files

24 lines
560 B
JSON
Raw Permalink Normal View History

2017-04-24 15:11:31 +02:00
{
"name": "diaspora",
"version": "1.0.0",
"description": "Diaspora",
"main": "index.js",
"author": "Max Mehl <mail@mehl.mx>",
"license": "MIT",
"config": {
"serviceURL": "https://{teamID}",
"serviceName": "Diaspora",
"message": "Provide the Diaspora pod as Team ID (e.g. diasp.eu)",
"popup": [],
"hasNotificationSound": false,
"hasIndirectMessages": true,
"hasTeamID": true,
"customURL": false,
"hostedOnly": false,
"webviewOptions": {
"disablewebsecurity": ""
},
"openDevTools": false
}
}