nymbus-beta/manifest.json

22 lines
435 B
JSON

{
"background_color": "#002e58",
"theme_color": "#002e58",
"display": "standalone",
"icons": [
{
"src": "icon.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
}, {
"src": "icon.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"name": "Nymbus Security",
"short_name": "Nymbus",
"start_url": "index.html"
}