{
  "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"
  }
}
