mirror of
https://gitflic.ru/project/photopea-v2/photopea-v-2.git
synced 2025-08-17 17:06:21 +00:00
18 lines
470 B
JSON
18 lines
470 B
JSON
{
|
|
"name": "Photopea",
|
|
"short_name": "Photopea",
|
|
"display": "standalone",
|
|
"icons": [
|
|
{ "src": "promo/icon512.png", "type": "image/png", "sizes": "512x512" },
|
|
{ "src": "promo/maskable512.png", "type": "image/png", "sizes": "512x512", "purpose":"maskable" }
|
|
],
|
|
"start_url": "/?utm_source=homescreen",
|
|
"background_color":"#0f171d",
|
|
"theme_color": "#474747",
|
|
"file_handlers": [
|
|
{
|
|
"action": "/",
|
|
"accept": { "image/jpeg": [ ".jpg" ] }
|
|
}
|
|
]
|
|
} |