forked from OpenSPP/openspp-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
27 lines (27 loc) · 849 Bytes
/
__manifest__.py
File metadata and controls
27 lines (27 loc) · 849 Bytes
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
{
"name": "OpenSPP Theme",
"author": "OpenSPP.org",
"website": "https://github.com/OpenSPP/openspp-modules",
"category": "OpenSPP",
"version": "17.0.1.3.1",
"depends": [
"base",
"web",
"muk_web_theme",
],
"license": "LGPL-3",
"development_status": "Production/Stable",
"maintainers": ["jeremi", "gonzalesedwin1123"],
"data": [],
"assets": {
"web._assets_primary_variables": [
"theme_openspp_muk/static/src/scss/colors.scss",
"theme_openspp_muk/static/src/scss/colors_light.scss",
],
"web.assets_web_dark": ["theme_openspp_muk/static/src/scss/colors_dark.scss"],
"web.assets_backend": ["theme_openspp_muk/static/src/scss/navbar.scss"],
},
"application": True,
"installable": True,
"auto_install": False,
}