-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.json
More file actions
70 lines (70 loc) · 2.25 KB
/
index.json
File metadata and controls
70 lines (70 loc) · 2.25 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"bookmark": {
"name": "Bookmark",
"description": "A saved web reference. Bespoke card view (favicon, title link, description, tag pills) plus Inline edit, Edit, View, Source — all schema-driven from urn:solid:Bookmark.",
"entry": "/bookmark/index.html",
"types": [
"urn:solid:Bookmark"
],
"icon": "🔖",
"status": "stable",
"manifest": "/bookmark/app.json"
},
"calendar": {
"name": "Event",
"description": "A calendar entry — schema-driven Event with date/time pickers.",
"entry": "/calendar/index.html",
"types": [
"urn:solid:Event"
],
"icon": "📅",
"status": "stable",
"manifest": "/calendar/app.json"
},
"contacts": {
"name": "Contacts",
"description": "An address book — collection of contacts as a card grid. Bespoke Contacts view (avatar grid with name + nick/email) plus Inline edit, Edit, View, Source — all schema-driven from urn:solid:AddressBook.",
"entry": "/contacts/index.html",
"types": [
"urn:solid:AddressBook"
],
"icon": "📒",
"status": "stable",
"manifest": "/contacts/app.json"
},
"feed": {
"name": "Feed",
"description": "A fediverse-style timeline. Renders an OrderedCollection of Notes as cards with author chips, relative timestamps, content warnings, and hashtags. Companion to the Profile app.",
"entry": "/feed/index.html",
"types": [
"urn:solid:OrderedCollection",
"urn:solid:Note"
],
"icon": "📜",
"status": "stable",
"manifest": "/feed/app.json"
},
"profile": {
"name": "Profile",
"description": "Your card on the web. Beautiful schema-driven Person page with bespoke Profile view, schema-driven Edit, and Source. Open ?uri=<your-webid> to view any Solid profile.",
"entry": "/profile/index.html",
"types": [
"urn:solid:Person"
],
"icon": "👤",
"status": "stable",
"manifest": "/profile/app.json"
},
"todos": {
"name": "Todos",
"description": "A list of tasks. Built on LOSOS's bespoke todo-pane via the urn:solid:Tracker manifest.",
"entry": "/todos/index.html",
"types": [
"urn:solid:Tracker",
"urn:solid:Vtodo"
],
"icon": "✅",
"status": "stable",
"manifest": "/todos/app.json"
}
}