28 lines
600 B
JSON
28 lines
600 B
JSON
{
|
|
"name": "Animex",
|
|
"short_name": "Animex",
|
|
"description": "Animex - Anime and Manga Search and Player",
|
|
"start_url": "/?source=pwa",
|
|
"scope": "/",
|
|
"display": "standalone",
|
|
"background_color": "#0b0b0b",
|
|
"theme_color": "#FF9500",
|
|
"icons": [
|
|
{
|
|
"src": "/Resources/Images/logo-256.png",
|
|
"sizes": "400x400",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/Resources/Images/logo-196.png",
|
|
"sizes": "196x196",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/Resources/Images/logo-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|