-
Notifications
You must be signed in to change notification settings - Fork 0
/
apps.json
99 lines (99 loc) · 3.11 KB
/
apps.json
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
[
{
"launchUrl" : "https://notepod.vincenttunru.com/",
"tagline" : "A note-taking app for Solid",
"appOrigin" : "https://notepod.vincenttunru.com/",
"name" : "Notepod",
"requirements" : [
{
"type" : "class",
"class" : "schema.TextDigitalDocument",
"filename" : "notes.ttl",
"public" : true
},
{
"type" : "file",
"filename" : "notes.ttl",
"permissions" : [
"acl.Read",
"acl.Append",
"acl.Write"
]
}
]
},
{
"launchUrl" : "https://poddit.app",
"tagline" : "Private bookmarking",
"appOrigin" : "https://poddit.app",
"name" : "Poddit",
"requirements" : [
{
"public" : true,
"filename" : "bookmarks.ttl",
"class" : "http://www.w3.org/2002/01/bookmark#Bookmark",
"type" : "class"
},
{
"permissions" : [
"acl.Read",
"acl.Append",
"acl.Write"
],
"type" : "file",
"filename" : "bookmarks.ttl"
}
]
},
{
"name" : "Generator demo",
"appOrigin" : "https://generator.inrupt.com",
"tagline" : "Output of Inrupt's generator for Solid React Applications",
"requirements" : [
{
"permissions" : [
"acl.Read",
"acl.Append",
"acl.Write",
"acl.Control"
],
"type" : "podWide"
},
{
"permissions" : [
"acl.Read",
"acl.Append",
"acl.Write",
"acl.Control"
],
"container" : "tictactoe",
"type" : "container"
}
],
"launchUrl" : "https://generator.inrupt.com/"
},
{
"launchUrl" : "https://empty-solid-app.5apps.com/",
"name" : "App demo",
"appOrigin" : "https://empty-solid-app.5apps.com",
"tagline" : "App demo",
"requirements" : []
},
{
"launchUrl" : "https://noeldemartin.github.io/solid-focus/",
"appOrigin" : "https://noeldemartin.github.io",
"tagline" : "Solid Task Manager",
"name" : "Focus",
"requirements" : [
{
"permissions" : [
"acl.Read",
"acl.Append",
"acl.Write",
"acl.Control"
],
"type" : "podWide"
}
]
}
]