mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
Adding Web App Manifest for PWA.
This commit is contained in:
parent
e27ef5fef0
commit
4e559be2a4
3 changed files with 23 additions and 0 deletions
22
media/extensions/edge/manifest.json
Normal file
22
media/extensions/edge/manifest.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
BIN
media/img/logo_black_512.png
Normal file
BIN
media/img/logo_black_512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue