Adding Web App Manifest for PWA.

This commit is contained in:
Samuel Clay 2022-01-20 11:36:50 -05:00
parent e27ef5fef0
commit 4e559be2a4
3 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,22 @@
{
"name": "NewsBlur",
"short_name": "NewsBlur",
"description": "A personalized RSS news reader.",
"display": "standalone",
"start_url": ".",
"background_color": "#F6F8F0",
"theme_color": "#F6F8F0",
"icons": [
{
"src": "https://www.newsblur.com/media/img/logo_512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "https://www.newsblur.com/media/img/logo_black_512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View file

@ -14,6 +14,7 @@
<meta name="msapplication-TileImage" content="{{ MEDIA_URL }}img/logo_144.png" />
<meta name="msapplication-TileColor" content="#F7E5A8"/>
<meta name="apple-itunes-app" content="app-id=463981119">
<link rel="manifest" href="/media/extensions/edge/manifest.json">
<!-- <link rel="mask-icon" href="{{ MEDIA_URL }}img/favicon_monochrome.svg" color="orange"> -->
<script type="text/javascript" charset="utf-8">