stash/ui/v2.5/public/manifest.json
Ceri Loosley 46d424fbaf
UI: Various pwa manifests fixes (#5669)
* UI: Manifest changes and new square SVG to be used by PWA's
* UI: Fix manifest to include smaller sizes
* Make a maskable icon with a background so it can be seen on most platforms
* UI: Anti-Flashbang

Make the background colour the same as the background as stash
2025-02-24 14:30:53 +11:00

30 lines
820 B
JSON
Executable file

{
"short_name": "Stash",
"name": "Stash: Porn Organizer",
"description": "Stash allows you to organize and view your own collection of adult video and image files. Think of it like a private PornHub site for your personal porn collection. ",
"icons": [
{
"src": "stash_icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "maskable any"
},
{
"src": "stash_icon.png",
"sizes": "256x256 64x64 32x32 24x24 16x16",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "favicon.png",
"sizes": "256x256 64x64 32x32 24x24 16x16",
"type": "image/png",
"purpose": "monochrome"
}
],
"start_url": "/",
"scope": ".",
"display": "standalone",
"theme_color": "#394b59",
"background_color": "#202b33"
}