git_ast/test/onsen_ui/manifest.json
2021-02-04 13:41:34 +01:00

17 lines
418 B
JSON

{
"name": "AST Kanister App",
"short_name": "AST App",
"start_url": "/",
"display": "standalone",
"theme_color": "#ef4e2a",
"background_color": "#fff",
"icons": [{
"src": "https://via.placeholder.com/192x192",
"sizes": "192x192",
"type": "image/png"
},{
"src": "https://via.placeholder.com/512x512",
"sizes": "512x512",
"type": "image/png"
}]
}