mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-30 15:42:41 +01:00
Manifest Tweaks
This commit is contained in:
parent
601491b275
commit
08ea97fd83
@ -148,13 +148,13 @@ class HomeController extends Controller
|
||||
public function manifest()
|
||||
{
|
||||
$manifest = [
|
||||
"name" => config('app.name' | 'BookStack'),
|
||||
"name" => (config('app.name' | 'BookStack') ??'BookStack' ),
|
||||
"short_name" => "bookstack",
|
||||
"start_url" => "/",
|
||||
"scope" => "/",
|
||||
"start_url" => "./",
|
||||
"scope" => ".",
|
||||
"display" => "standalone",
|
||||
"background_color" => setting('app-color'),
|
||||
"description" => config('app.name' | 'BookStack'),
|
||||
"description" =>( config('app.name' | 'BookStack') ??'BookStack'),
|
||||
"categories" => [
|
||||
"productivity",
|
||||
"lifestyle"
|
||||
|
Loading…
Reference in New Issue
Block a user