20 lines
381 B
JSON
20 lines
381 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "MtF.wiki",
|
|
"short_name": "MtF.wiki",
|
|
"version": "1.0.0",
|
|
"description": "MtF.wiki",
|
|
"orientation": "portrait-primary",
|
|
"start_url": "/",
|
|
"icons": [
|
|
{
|
|
"src": "favicon.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#0071bc",
|
|
"background_color": "#fff",
|
|
"display": "standalone"
|
|
}
|