object-introspection/website/static/site.webmanifest

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
466 B
Plaintext
Raw Normal View History

2022-12-20 16:03:12 +00:00
{
"name": "Object Introspection",
"short_name": "Object Introspection",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}