blueprints/apps/chat-to-blog.json
Alex Kirk caa7ea840c
Blueprint and Apps for your Personal Playground (#166)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-27 13:49:42 +01:00

22 lines
573 B
JSON

{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"meta": {
"title": "Chat to Blog",
"description": "Import media from Beeper chats and create blog posts. Requires Beeper Desktop running.",
"author": "Alex Kirk",
"categories": ["Apps", "Media"]
},
"landingPage": "/wp-admin/admin.php?page=chat-to-blog",
"steps": [
{
"step": "installPlugin",
"pluginData": {
"resource": "url",
"url": "https://github.com/akirk/chat-to-blog/releases/latest/download/chat-to-blog.zip"
},
"options": {
"activate": true
}
}
]
}