dashboard-icons/web/public/site.webmanifest

27 lines
673 B
Plaintext
Raw Normal View History

{
"name": "Dashboard Icons",
"short_name": "DashIcons",
"description": "A collection of curated icons for services, applications and tools, designed specifically for dashboards and app directories.",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"theme_color": "#FA5252",
"background_color": "#1B1B1D",
"start_url": "/",
"display": "standalone",
"orientation": "portrait",
"scope": "/",
"categories": ["tools", "utilities", "productivity"]
}