Skip to content

Commit

Permalink
Added group notifications
Browse files Browse the repository at this point in the history
Group notifications
App theme colour
Translations
  • Loading branch information
Veldkornet authored Jun 1, 2019
1 parent 36c3b3c commit daac7fa
Showing 1 changed file with 28 additions and 32 deletions.
60 changes: 28 additions & 32 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,41 @@
{
"id": "nl.tonversteeg.pushover",
"sdk": 2,
"name": {
"en": "Pushover Notifications"
"name": {
"en": "Pushover Notifications",
"nl": "Pushover Notificaties"
},
"description": {
"en": "Pushover Notification with Image support"
"description": {
"en": "Pushover Notification with Image support",
"nl": "Pushover Notificaties met beeldondersteuning"
},
"category": "tools",
"version": "0.0.12",
"compatibility": ">=1.5.0",
"author": {
"name": "Ton Versteeg",
"email": "[email protected]"
"brandColor": "#249df1",
"author": {
"name": "Ton Versteeg",
"email": "[email protected]"
},
"images": {
"large": "/assets/images/large.jpg",
"small": "/assets/images/small.jpg"
"images": {
"large": "/assets/images/large.jpg",
"small": "/assets/images/small.jpg"
},
"contributors": {
"developers": [
{
"name": "Kevin Traa",
"email": "[email protected]"
},
{
"name": "Dannzak"
}
"developers": [ {
"name": "Kevin Traa",
"email": "[email protected]"
},
{
"name": "Dannzak"
},
{
"name": "Veldkornet"
}
]
},
"bugs": {
"url": "https://github.com/PandaNL/nl.tonversteeg.pushover/issues"
},
"permissions": [
"homey:manager:ledring"
],
"bugs": { "url": "https://github.com/PandaNL/nl.tonversteeg.pushover/issues" },
"permissions": [ "homey:manager:ledring" ],
"flow": {
"actions": [
{
Expand Down Expand Up @@ -193,7 +194,7 @@
"id": "gamelan",
"label": {
"en": "Gamelan",
"nl": "Spelletje"
"nl": "Gamelan"
}
},
{
Expand Down Expand Up @@ -475,7 +476,7 @@
"id": "gamelan",
"label": {
"en": "Gamelan",
"nl": "Spelletje"
"nl": "Gamelan"
}
},
{
Expand Down Expand Up @@ -740,7 +741,7 @@
"id": "gamelan",
"label": {
"en": "Gamelan",
"nl": "Spelletje"
"nl": "Gamelan"
}
},
{
Expand Down Expand Up @@ -866,10 +867,5 @@
]
}
]
},
"dependencies": {
"pushover-notification-client": "*",
"http.min": "*",
"requests": "*"
}
}

0 comments on commit daac7fa

Please sign in to comment.