Add tootbot #261
This commit is contained in:
parent
22efffd8be
commit
1d150aaf00
|
@ -206,6 +206,12 @@
|
||||||
"title": "Social",
|
"title": "Social",
|
||||||
"id": "social"
|
"id": "social"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "Mastodon",
|
||||||
|
"id": "mastodon",
|
||||||
|
"parent": "social",
|
||||||
|
"description": "https://mastodon.social"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Tasks",
|
"title": "Tasks",
|
||||||
"id": "tasks"
|
"id": "tasks"
|
||||||
|
@ -12604,14 +12610,23 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "11t",
|
"title": "11t",
|
||||||
"description": "An app for https://mastodon.social",
|
"category-ids": ["mastodon"],
|
||||||
"category-ids": ["social"],
|
|
||||||
"source": "https://github.com/jeroensmeets/mastodon-app",
|
"source": "https://github.com/jeroensmeets/mastodon-app",
|
||||||
"tags": ["fuse-tools"],
|
"tags": ["fuse-tools"],
|
||||||
"screenshots": ["https://raw.githubusercontent.com/jeroensmeets/mastodon-app/master/assets/images/store/resized/screenshot_notifications.png?raw=true"],
|
"screenshots": ["https://raw.githubusercontent.com/jeroensmeets/mastodon-app/master/assets/images/store/resized/screenshot_notifications.png?raw=true"],
|
||||||
"license": "mit",
|
"license": "mit",
|
||||||
"date_added": "Apr 10 2017",
|
"date_added": "Apr 10 2017",
|
||||||
"suggested_by": "@dkhamsing"
|
"suggested_by": "@dkhamsing"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "tootbot",
|
||||||
|
"source": "https://github.com/tootbot/tootbot",
|
||||||
|
"category-ids": ["mastodon"],
|
||||||
|
"tags": ["swift"],
|
||||||
|
"screenshots": [""],
|
||||||
|
"license": "agpl-3.0",
|
||||||
|
"date_added": "Apr 11 2017",
|
||||||
|
"suggested_by": "@dkhamsing"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue