mirror of
https://github.com/Kizuren/SauceKudasai.git
synced 2025-12-21 13:06:16 +01:00
40 lines
848 B
JSON
40 lines
848 B
JSON
{
|
|
"short_name": "Saucekudasai",
|
|
"name": "Saucekudasai ",
|
|
"lang": "en",
|
|
"description": "An anime search engine that provide animeinfo based on image or url provided using trace.moe Api",
|
|
"background_color": "#E5DFF6",
|
|
"theme_color": "#E5DFF6",
|
|
"dir": "auto",
|
|
"display": "standalone",
|
|
"orientation": "portrait",
|
|
"start_url": ".",
|
|
"icons": [
|
|
{
|
|
"src": "icons/icon-180x180.png",
|
|
"sizes": "180x180",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "icons/icon-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "icons/icon-256x256.png",
|
|
"sizes": "256x256",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "icons/icon-384x384.png",
|
|
"sizes": "384x384",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "icons/icon-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"prefer_related_applications": false
|
|
}
|