addons-cm/web_window_title/__manifest__.py
2025-08-11 09:22:21 +00:00

29 lines
No EOL
700 B
Python

# -*- coding: utf-8 -*-
{
'license': 'LGPL-3',
'name': "Web Window Title",
'summary': "The custom web window title",
'author': "renjie <i@renjie.me>",
'website': "https://renjie.me",
'support': 'i@renjie.me',
'category': 'Extra Tools',
'version': '1.1',
'depends': ['base_setup'],
'demo': [
'data/demo.xml',
],
'data': [
'views/res_config.xml',
],
'images': [
'static/description/main_screenshot.png',
],
'assets': {
'web.assets_backend': [
'web_window_title/static/src/js/web_window_title.js',
],
},
'installable': True,
'auto_install': False,
'application': False,
}