blueprints/apps/personal-crm.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

35 lines
No EOL
766 B
JSON

{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"meta": {
"title": "Personal CRM",
"description": "Manage your contacts and relationships directly from WordPress",
"author": "Alex Kirk",
"categories": [
"Apps",
"Productivity"
]
},
"landingPage": "/crm/welcome",
"steps": [
{
"step": "installPlugin",
"pluginData": {
"resource": "url",
"url": "https://github.com/akirk/personal-crm/releases/latest/download/personal-crm.zip"
},
"options": {
"activate": true
}
},
{
"step": "installPlugin",
"pluginData": {
"resource": "url",
"url": "https://github.com/akirk/keeping-contact/releases/latest/download/keeping-contact.zip"
},
"options": {
"activate": true
}
}
]
}