30 lines
602 B
JSON
Executable File
30 lines
602 B
JSON
Executable File
{
|
|
"manifest_version": 2.5,
|
|
"version": 22.0,
|
|
"name": "Iris",
|
|
"short_name": "Iris",
|
|
"icons": [
|
|
{
|
|
"src": "/iris/assets/logo-app-192.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192"
|
|
},
|
|
{
|
|
"src": "/iris/assets/logo-icon-256.png",
|
|
"type": "image/png",
|
|
"sizes": "256x256"
|
|
},
|
|
{
|
|
"src": "/iris/assets/logo-full-512.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
}
|
|
],
|
|
"start_url": "/iris/index.html",
|
|
"background_color": "#08d58f",
|
|
"theme_color": "#181818",
|
|
"display": "fullscreen",
|
|
"app": {
|
|
"background": {}
|
|
}
|
|
} |