21 lines
470 B
Python
21 lines
470 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2025 Sveltware Solutions
|
|
|
|
{
|
|
'name': 'Omux State Manager',
|
|
'category': 'Hidden',
|
|
'version': '1.0',
|
|
'license': 'OPL-1',
|
|
'author': 'Sveltware Solutions',
|
|
'website': 'https://www.linkedin.com/in/sveltware',
|
|
'images': [
|
|
'static/description/banner.png',
|
|
],
|
|
'depends': ['web'],
|
|
'assets': {
|
|
'web._assets_core': [
|
|
'omux_state_manager/static/src/store.js',
|
|
]
|
|
},
|
|
}
|