diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 000000000..03aeb5645 --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,20 @@ +{ + "name": "PixelFed", + "short_name": "PixelFed", + "start_url": ".", + "display": "standalone", + "background_color": "#f5f8fa", + "description": "Federated Image Sharing", + "icons": [ + { + "src": "img/favicon.png", + "type": "image/png", + "sizes": "153x152" + }, + { + "src": "img/pixelfed-icon-color.svg", + "type": "image/svg", + "sizes": "50x50" + } + ] +} diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index f461b3956..dfbe77a56 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -10,6 +10,7 @@ {{ $title ?? config('app.name', 'Laravel') }} +