1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-10-06 09:17:07 +02:00
ScreenPlay/Content/widget_rss_reddit/project.json
2023-02-25 12:44:46 +01:00

17 lines
325 B
JSON

{
"description": "Widget that shows the latest reddit feed",
"file": "main.qml",
"preview": "preview.png",
"tags": [
"reddit"
],
"title": "reddit",
"type": "qmlWidget",
"properties": {
"subreddit": {
"type": "string",
"value": "funny"
}
}
}