Skip to content

Commit

Permalink
Add markbook
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Feb 8, 2024
1 parent e95647c commit 294c53e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/availableApps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,22 @@ export const availableApps: Listing[] = [
},
],
},
{
name: 'Markbook',
tagline: 'Private bookmarking',
launchUrl: 'https://michielbdejong.github.io/markbook/',
requirements: [
{
podWidePermissions: [],
},
{
forClass: 'http://www.w3.org/2002/01/bookmark#Bookmark',
requiredModes: [acl.Read, acl.Append, acl.Write],
defaultFilename: 'bookmarks',
public: true,
},
],
},
{
name: 'Generator demo',
tagline: 'Output of inrupt\'s generator for Solid React Applications',
Expand Down

0 comments on commit 294c53e

Please sign in to comment.