Add manifest for pwa

This commit is contained in:
Mike Conrad
2024-10-21 12:44:33 -04:00
parent 0c44afc3b3
commit 2a734d4b8c
3 changed files with 26 additions and 1 deletions

19
public/manifest.json Normal file
View File

@ -0,0 +1,19 @@
{
"short_name": "OpenBible",
"name": "Open Bible App: Simple, free, private Bible app",
"icons": [
{
"src": "/bible.svg",
"type": "image/svg+xml",
"sizes": "512x512"
}
],
"id": "/?source=pwa",
"start_url": "/?source=pwa",
"background_color": "#3367D6",
"display": "standalone",
"scope": "/",
"theme_color": "#3367D6",
"description": "Weather forecast information"
}