platypush/platypush/plugins/weather/buienradar/manifest.json

14 lines
255 B
JSON

{
"manifest": {
"events": [
"platypush.message.event.weather.NewWeatherConditionEvent"
],
"install": {
"pip": [
"buienradar"
]
},
"package": "platypush.plugins.weather.buienradar",
"type": "plugin"
}
}