-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path__manifest__.py
32 lines (32 loc) · 1.07 KB
/
__manifest__.py
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
{
"name": "OpenSPP OpenID VCI",
"category": "OpenSPP",
"version": "17.0.1.3.0",
"sequence": 1,
"author": "OpenSPP.org",
"website": "https://github.com/OpenSPP/openspp-modules",
"license": "LGPL-3",
"development_status": "Beta",
"maintainers": ["jeremi", "gonzalesedwin1 123"],
"depends": [
"spp_encryption",
"g2p_encryption_rest_api",
"g2p_registry_base",
"g2p_openid_vci",
"g2p_openid_vci_rest_api",
],
"external_dependencies": {"python": ["qrcode"]},
"data": [
"security/ir.model.access.csv",
"wizard/vci_issuer_selection_view.xml",
"data/paperformat.xml",
"views/id_card.xml",
],
"assets": {},
"demo": [],
"images": [],
"application": False,
"installable": True,
"auto_install": False,
"summary": "Enables the issuance and management of Verifiable Credentials (VCs) within the OpenSPP platform, leveraging OpenID Connect for Verifiable Presentations (OpenID4VP) to provide secure and verifiable digital credentials for registrants.",
}