astrXbian/www/FULLJS/gchange-web/manifest.json

48 lines
979 B
JSON

{
"short_name": "ğchange",
"name": "ğchange",
"manifest_version": 1,
"version": "1.2.8",
"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"
}
],
"background_color": "#1A237E",
"theme_color": "#1A237E",
"dir": "ltr",
"start_url": "/#/app/home",
"display": "standalone",
"protocol_handlers": [
{
"protocol": "gchange",
"name": "ğchange",
"uriTemplate": "/#/app/home?uri=%s"
},
{
"protocol": "web+gchange",
"name": "ğchange",
"uriTemplate": "/#/app/home?uri=%s"
}
]
}