dlibrary/dlibrary/static/manifest.json

22 lines
556 B
JSON

{
"name": "DLibrary",
"start_url": "../index.html",
"display": "standalone",
"orientation": "any",
"theme_color": "#111",
"background_color": "#111",
"icons": [
{
"src": "icons/app/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "monochrome maskable any"
},
{
"src": "icons/app/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "monochrome maskable any"
}
]
}