chore: initial commit — monorepo ReadaBook (API NestJS, web PWA, Docker)
This commit is contained in:
18
apps/web/public/manifest.webmanifest
Normal file
18
apps/web/public/manifest.webmanifest
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "ReadaBook",
|
||||
"short_name": "ReadaBook",
|
||||
"description": "Cabinet de curiosites numerique pour bibliotheques EPUB et PDF.",
|
||||
"start_url": "/home",
|
||||
"scope": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#20150e",
|
||||
"theme_color": "#20150e",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/icons/readabook.svg",
|
||||
"sizes": "any",
|
||||
"type": "image/svg+xml",
|
||||
"purpose": "any maskable"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user