defaultkavy
396b67a9b3
- new - PWA supported. - fix - touch scroll not working when scroll on $SlideViewer.
27 lines
644 B
JSON
27 lines
644 B
JSON
{
|
|
"lang": "en",
|
|
"name": "Danbooru Viewer",
|
|
"theme_color": "#1E1E2C",
|
|
"background_color": "#1E1E2C",
|
|
"short_name": "Danbooru Viewer",
|
|
"description": "Danbooru images viewer, modern style user interface.",
|
|
"start_url": "/",
|
|
"dir": "ltr",
|
|
"orientation": "any",
|
|
"display": "standalone",
|
|
"categories": [
|
|
"photo"
|
|
],
|
|
"icons": [
|
|
{
|
|
"src": "/statics/danbooru-viewer-icon.png",
|
|
"sizes": "128x128",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/statics/danbooru-viewer-app-icon@2x.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
} |