Skip to content

Commit

Permalink
Merge pull request #654 from kinode-dao/hf/app-store-manifest-trimming
Browse files Browse the repository at this point in the history
app-store: trim manifest
  • Loading branch information
dr-frmr authored Jan 7, 2025
2 parents bcd1228 + d15e172 commit 1bd2fc5
Showing 1 changed file with 22 additions and 31 deletions.
53 changes: 22 additions & 31 deletions kinode/packages/app-store/pkg/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
"on_exit": "Restart",
"request_networking": true,
"request_capabilities": [
"chain:app-store:sys",
"http-client:distro:sys",
"http-server:distro:sys",
"main:app-store:sys",
"chain:app-store:sys",
"terminal:terminal:sys",
"vfs:distro:sys",
{
Expand All @@ -19,10 +18,9 @@
}
],
"grant_capabilities": [
"http-server:distro:sys",
"vfs:distro:sys",
"http-client:distro:sys",
"terminal:terminal:sys",
"http-client:distro:sys"
"vfs:distro:sys"
],
"public": false
},
Expand All @@ -32,14 +30,13 @@
"on_exit": "Restart",
"request_networking": true,
"request_capabilities": [
"main:app-store:sys",
"downloads:app-store:sys",
"vfs:distro:sys",
"kns-indexer:kns-indexer:sys",
"eth:distro:sys",
"http-server:distro:sys",
"http-client:distro:sys",
"kns-indexer:kns-indexer:sys",
"main:app-store:sys",
"sqlite:distro:sys",
"terminal:terminal:sys",
{
"process": "vfs:distro:sys",
"params": {
Expand All @@ -48,12 +45,11 @@
}
],
"grant_capabilities": [
"http-server:distro:sys",
"kns-indexer:kns-indexer:sys",
"vfs:distro:sys",
"http-client:distro:sys",
"eth:distro:sys",
"http-client:distro:sys",
"kns-indexer:kns-indexer:sys",
"sqlite:distro:sys",
"terminal:terminal:sys",
"timer:distro:sys"
],
"public": false
Expand All @@ -64,30 +60,27 @@
"on_exit": "Restart",
"request_networking": true,
"request_capabilities": [
"terminal:terminal:sys",
"filesystem:distro:sys",
"homepage:homepage:sys",
"http-server:distro:sys",
"http-client:distro:sys",
{
"process": "homepage:homepage:sys",
"params": "RemoveOther"
},
"downloads:app-store:sys",
"chain:app-store:sys",
"vfs:distro:sys",
"kernel:distro:sys",
"eth:distro:sys",
"downloads:app-store:sys",
{
"process": "eth:distro:sys",
"params": {
"root": true
}
},
"sqlite:distro:sys",
"kv:distro:sys",
"chess:chess:sys",
"filesystem:distro:sys",
"homepage:homepage:sys",
{
"process": "homepage:homepage:sys",
"params": "RemoveOther"
},
"http-server:distro:sys",
"kernel:distro:sys",
"kns-indexer:kns-indexer:sys",
"kv:distro:sys",
"sqlite:distro:sys",
"terminal:terminal:sys",
"vfs:distro:sys",
{
"process": "vfs:distro:sys",
"params": {
Expand All @@ -96,8 +89,6 @@
}
],
"grant_capabilities": [
"eth:distro:sys",
"http-client:distro:sys",
"http-server:distro:sys",
"kns-indexer:kns-indexer:sys",
"terminal:terminal:sys",
Expand Down

0 comments on commit 1bd2fc5

Please sign in to comment.