Skip to content

Commit

Permalink
update app list
Browse files Browse the repository at this point in the history
  • Loading branch information
ylebre committed Oct 4, 2024
1 parent 5e71802 commit a9800b9
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions solid/lib/solid-app-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,30 +38,17 @@
]
},
{
"name": "Generator demo",
"tagline": "Output of Inrupt's generator for Solid React Applications",
"launchUrl": "https://generator.inrupt.com/",
"appOrigin" : "https://generator.inrupt.com",
"name": "Media Kraken",
"tagline": "Media Kraken",
"launchUrl": "https://noeldemartin.github.io/media-kraken/",
"appOrigin" : "https://noeldemartin.github.io",
"requirements": [
{
"type": "podWide",
"permissions": ["acl.Read", "acl.Append", "acl.Write", "acl.Control"]
},
{
"type": "container",
"container": "tictactoe",
"permissions": ["acl.Read", "acl.Append", "acl.Write", "acl.Control"]
}
]
},
{
"name": "App demo",
"tagline": "App demo",
"launchUrl": "https://empty-solid-app.5apps.com/",
"appOrigin" : "https://empty-solid-app.5apps.com",
"requirements": [
]
},
{
"name": "Focus",
"tagline": "Solid Task Manager",
Expand Down

0 comments on commit a9800b9

Please sign in to comment.