mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-15 14:00:05 +00:00
feat: add PWA support (#938)
This commit is contained in:
27
frontend/static/app.webmanifest
Normal file
27
frontend/static/app.webmanifest
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "Pocket ID",
|
||||
"orientation": "any",
|
||||
"display": "minimal-ui",
|
||||
"dir": "auto",
|
||||
"start_url": "/",
|
||||
"icons": [
|
||||
{
|
||||
"src": "img/static-logo-rounded-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "img/static-logo-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "img/static-logo.svg",
|
||||
"sizes": "any",
|
||||
"type": "image/svg+xml",
|
||||
"purpose": "maskable monochrome"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user