astroport/www/LOVELand/gchange/manifest.json

36 lines
739 B
JSON

{
"short_name": "ğchange",
"name": "ğchange",
"manifest_version": 3,
"version": "1.1.7",
"default_locale": "fr",
"description": "A market place for Ğ1 libre currency",
"icons": [
{
"src": "img/logo_64px.png",
"sizes": "64x64",
"type": "image/png"
},
{
"src": "img/logo_128px.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "img/logo_256px.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "img/logo.svg",
"sizes": "512x512",
"type": "image/svg"
}
],
"start_url": "/#/app/home",
"display": "standalone",
"orientation": "portrait",
"background_color": "#1A237E",
"theme_color": "#1A237E"
}