Spaces:
Sleeping
Sleeping
File size: 468 Bytes
0646b18 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | {
"manifest_version": 3,
"name": "CUGA",
"version": "1.1",
"description": "IBM computer use agent",
"permissions": ["tabs", "webNavigation", "sidePanel"],
"background": {
"service_worker": "background.js"
},
"side_panel": {
"default_path": "index.html"
},
"action": {
"default_title": "Click to open panel"
},
"web_accessible_resources": [
{
"resources": ["dist/tailwind.css"],
"matches": ["<all_urls>"]
}
]
}
|