53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "verstak.browser-inbox",
|
|
"name": "Browser Inbox",
|
|
"version": "0.1.0",
|
|
"apiVersion": "0.1.0",
|
|
"description": "Workspace-scoped inbox for browser captures delivered through the local receiver event protocol.",
|
|
"source": "official",
|
|
"icon": "inbox",
|
|
"provides": [
|
|
"capture.browser",
|
|
"browser.inbox",
|
|
"domain.binding"
|
|
],
|
|
"permissions": [
|
|
"events.subscribe",
|
|
"events.publish",
|
|
"files.write",
|
|
"storage.namespace",
|
|
"ui.register"
|
|
],
|
|
"frontend": {
|
|
"entry": "frontend/src/index.js"
|
|
},
|
|
"contributes": {
|
|
"views": [
|
|
{
|
|
"id": "verstak.browser-inbox.view",
|
|
"title": "Browser Inbox",
|
|
"icon": "inbox",
|
|
"component": "BrowserInboxView"
|
|
}
|
|
],
|
|
"sidebarItems": [
|
|
{
|
|
"id": "verstak.browser-inbox.sidebar",
|
|
"title": "Browser Inbox",
|
|
"icon": "inbox",
|
|
"view": "verstak.browser-inbox.view",
|
|
"position": 30
|
|
}
|
|
],
|
|
"workspaceItems": [
|
|
{
|
|
"id": "verstak.browser-inbox.workspace",
|
|
"title": "Browser Inbox",
|
|
"icon": "inbox",
|
|
"component": "BrowserInboxView"
|
|
}
|
|
]
|
|
}
|
|
}
|