add web_window_title

This commit is contained in:
santi 2025-08-11 09:17:04 +00:00
parent c17ceb75a3
commit 190d1f09c2
11 changed files with 172 additions and 0 deletions

View file

@ -0,0 +1,29 @@
# -*- 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,
}