frontend: document runtime host bundle
This commit is contained in:
17
frontend/runtime-host/manifest.example.json
Normal file
17
frontend/runtime-host/manifest.example.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"bundleId": "sgclaw-chat",
|
||||
"version": "0.1.0",
|
||||
"description": "External sgclaw chat presentation bundle for SuperRPA runtime hosting.",
|
||||
"resourceRoot": ".",
|
||||
"resourcePrefix": "sgclaw-chat/",
|
||||
"entries": [
|
||||
"sgclaw-chat/sgclaw-chat.js",
|
||||
"sgclaw-chat/sgclaw-chat.css.js",
|
||||
"sgclaw-chat/sgclaw-chat.html.js"
|
||||
],
|
||||
"notes": [
|
||||
"Paths should mirror Chromium bundled sgclaw-chat resources.",
|
||||
"Missing files fall back to bundled Chromium resources.",
|
||||
"The bundle must stay presentation-only and use the existing host bridge."
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user