Files
bare-operating-system/packages/bare-os-seeder/kernel/etc/bare-os/appstore.registry.example.json
T
2026-05-26 23:18:52 +00:00

50 lines
1.3 KiB
JSON

{
"schema": 1,
"appstoreDriveLabel": "appstore",
"lastUpdatedMs": 0,
"packages": [
{
"name": "keet",
"type": "app",
"pearLink": "pear://example-keet-key",
"channel": "stable",
"version": "1.0.0",
"description": "P2P chat and collaboration app",
"trustPins": [],
"installPolicy": "default",
"installedAtMs": 0
},
{
"name": "simple-file-share",
"type": "service",
"pearLink": "pear://example-fileshare-key",
"channel": "released",
"version": "0.4.2",
"description": "Lightweight P2P file sharing service",
"trustPins": [],
"installPolicy": "default",
"service": {
"initdUnit": "simple-file-share.unit",
"autoStart": false
},
"installedAtMs": 0
},
{
"name": "example-kernel-ext",
"type": "kernel-ext",
"pearLink": "pear://example-kernel-ext-key",
"channel": "stable",
"version": "0.1.0",
"description": "Example kernel extension (requires explicit allow)",
"trustPins": ["deadbeef..."],
"installPolicy": "require-review",
"kernelExt": {
"id": "example-kernel-ext",
"provides": [{ "name": "example-feature", "version": "0.1" }],
"signaturePointer": "pear://..."
},
"installedAtMs": 0
}
]
}