diff --git a/application/views/interface_assets/header.php b/application/views/interface_assets/header.php index c4b35237..cc95493e 100644 --- a/application/views/interface_assets/header.php +++ b/application/views/interface_assets/header.php @@ -5,7 +5,11 @@ - + + + + + optionslib->get_theme()) { ?> diff --git a/manifest.json b/manifest.json new file mode 100644 index 00000000..08f92f69 --- /dev/null +++ b/manifest.json @@ -0,0 +1,17 @@ +{ + "name": "Cloudlog", + "short_name": "Cloudlog", + "theme_color": "#2571fb", + "background_color": "#ffffff", + "display": "standalone", + "orientation": "portrait", + "scope": ".", + "start_url": "/", + "icons": [ + { + "src": "CloudLog_logo.png", + "type": "image/png", + "sizes": "144x144" + } + ] + } \ No newline at end of file