-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.yml
57 lines (57 loc) · 1.36 KB
/
manifest.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
modules:
macro:
- key: confluence-copilot-macro
resource: main
render: native
resolver:
function: resolver
title: copilot
confluence:contentAction:
- key: confluence-copilot-content-action
resource: content_action
resolver:
function: resolver
render: native
title: Summarize
confluence:contextMenu:
- key: confluence-copilot-context-menu-explain
resource: context_menu
render: native
resolver:
function: resolver
title: Explain
- key: confluence-copilot-context-menu-polish
resource: context_menu
render: native
resolver:
function: resolver
title: Polish
- key: confluence-copilot-context-menu-translate
resource: context_menu
render: native
resolver:
function: resolver
title: Translate
function:
- key: resolver
handler: index.handler
resources:
- key: main
path: src/frontend/index.jsx
- key: content_action
path: src/frontend/content_action.jsx
- key: context_menu
path: src/frontend/context_menu.jsx
permissions:
scopes:
- read:page:confluence
- write:confluence-content
- storage:app
external:
fetch:
backend:
- https://api.openai.com
app:
runtime:
name: nodejs20.x
id: ari:cloud:ecosystem::app/c08d344d-d8e2-4f99-ae81-1590164faf00