mirror of
https://github.com/stashapp/stash.git
synced 2026-01-29 19:42:13 +01:00
* 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
30 lines
820 B
JSON
Executable file
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"
|
|
}
|