-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path__manifest__.py
More file actions
30 lines (30 loc) · 906 Bytes
/
__manifest__.py
File metadata and controls
30 lines (30 loc) · 906 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
28
29
30
# pylint: disable=pointless-statement
{
"name": "OpenSPP Theme",
"author": "OpenSPP.org",
"website": "https://github.com/OpenSPP/OpenSPP2",
"category": "OpenSPP",
"version": "19.0.2.0.0",
"depends": [
"base",
"web",
"muk_web_theme",
],
"license": "LGPL-3",
"development_status": "Stable",
"maintainers": ["jeremi", "gonzalesedwin1123"],
"data": [
"views/main_view.xml",
],
"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": False,
"installable": True,
"auto_install": False,
}