init
This commit is contained in:
27
animex/Resources/manifest.json
Normal file
27
animex/Resources/manifest.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user