-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathapps.json
More file actions
56 lines (56 loc) · 1.42 KB
/
apps.json
File metadata and controls
56 lines (56 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"apps/ai-assistant.json": {
"title": "AI Assistant",
"description": "AI-powered chat interface to modify your WordPress to your liking. Bring your own key or use a local LLM",
"author": "Alex Kirk",
"categories": [
"Apps",
"AI"
]
},
"apps/app-launcher.json": {
"title": "App Launcher",
"description": "Adds an app launcher to your WordPress",
"author": "Alex Kirk",
"categories": [
"Apps",
"Utility"
]
},
"apps/chat-to-blog.json": {
"title": "Chat to Blog",
"description": "Import media from Beeper chats and create blog posts. Requires Beeper Desktop running.",
"author": "Alex Kirk",
"categories": [
"Apps",
"Media"
]
},
"apps/post-collection.json": {
"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"
]
},
"apps/personal-crm.json": {
"title": "Personal CRM",
"description": "Manage your contacts and relationships directly from WordPress",
"author": "Alex Kirk",
"categories": [
"Apps",
"Productivity"
]
},
"apps/rss-reader.json": {
"title": "RSS Reader",
"description": "Follow friends and consume their content in your WordPress",
"author": "Alex Kirk",
"categories": [
"Apps",
"Social"
]
}
}