18 lines
560 B
JSON
18 lines
560 B
JSON
{
|
|
"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."
|
|
]
|
|
}
|