diff --git a/html/manifest.json b/html/manifest.json new file mode 100644 index 000000000..2c37a397a --- /dev/null +++ b/html/manifest.json @@ -0,0 +1,8 @@ +{ + "name": "SD.Next", + "short_name": "SD.Next", + "icons": [{ "src": "favicon.png", "sizes": "256x256", "type": "image/png", "purpose": "any maskable" }], + "start_url": "./index.html", + "scope": "/", + "display": "standalone" +} diff --git a/modules/ui_javascript.py b/modules/ui_javascript.py index f8a2dc77b..4ed7a1ce0 100644 --- a/modules/ui_javascript.py +++ b/modules/ui_javascript.py @@ -81,11 +81,21 @@ def reload_javascript(): head = html_head() css = html_css(base_css) body = html_body() + title = '