forked from sarthakarora1208/sample-crud-forge-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.yml
42 lines (41 loc) · 859 Bytes
/
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
modules:
jira:issuePanel:
- key: sample-crud-forge-app
resource: wrapper-app
resolver:
function: resolver
viewportSize: medium
title: Sample App!
icon: https://developer.atlassian.com/platform/forge/images/issue-panel-icon.svg
function:
- key: resolver
handler: index.handler
resources:
- key: wrapper-app
path: static/wrapper-app/build
tunnel:
port: 3000
- key: main-app
path: static/main-app/build
tunnel:
port: 3001
app:
id: ari:cloud:ecosystem::app/df737d11-ce19-4c72-b5ed-fa31e3009017
permissions:
scopes:
- read:jira-work
- write:jira-work
content:
styles:
- 'unsafe-inline'
scripts:
- 'unsafe-inline'
- 'unsafe-hashes'
external:
images:
- '*'
fetch:
client:
- '*'
backend:
- '*'