You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
348 B
12 lines
348 B
2 years ago
|
{
|
||
|
"name": "Photopea",
|
||
|
"short_name": "Photopea",
|
||
|
"display": "standalone",
|
||
|
"icons": [
|
||
|
{ "src": "promo/icon192.png", "type": "image/png", "sizes": "192x192" },
|
||
|
{ "src": "promo/icon512.png", "type": "image/png", "sizes": "512x512" }
|
||
|
],
|
||
|
"start_url": "/?utm_source=homescreen",
|
||
|
"background_color":"#0f171d",
|
||
|
"theme_color": "#474747"
|
||
|
}
|