mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2025-06-28 23:40:21 +08:00

- Update UI with refined rose-themed styling throughout the site - Add mobile-responsive improvements to header and hero sections - Create new 'Recently Added Icons' component with animated cards - Improve icon details view with better visual hierarchy and theme indicators - Implement better hover effects and transitions for interactive elements - Add mobile menu for better navigation on smaller screens - Update license notice wording - Remove grid background in favor of refined blur effects
27 lines
673 B
JSON
27 lines
673 B
JSON
{
|
|
"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"]
|
|
}
|