Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update app list #155

Merged
merged 1 commit into from
Oct 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading