blueprints/apps/post-collection.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

32 lines
821 B
JSON

{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"meta": {
"title": "Collect Posts from the Web",
"description": "Use the Post Collection Plugin to save articles from around the web",
"author": "Alex Kirk",
"categories": ["Apps", "Productivity"]
},
"landingPage": "/wp-admin/admin.php?page=post-collection-settings",
"steps": [
{
"step": "installPlugin",
"pluginData": {
"resource": "url",
"url": "https://github.com/akirk/post-collection/releases/latest/download/post-collection.zip"
},
"options": {
"activate": true
}
},
{
"step": "installPlugin",
"pluginData": {
"resource": "url",
"url": "https://github.com/akirk/send-to-e-reader/releases/latest/download/send-to-e-reader.zip"
},
"options": {
"activate": true
}
}
]
}