Spaces:
Paused
Paused
| { | |
| "name": "Cyber Security Dashboard", | |
| "short_name": "CyberDash", | |
| "description": "Real-time cybersecurity threat intelligence and monitoring dashboard", | |
| "start_url": "/", | |
| "display": "standalone", | |
| "background_color": "#0a0a0f", | |
| "theme_color": "#00d4ff", | |
| "orientation": "any", | |
| "icons": [ | |
| { | |
| "src": "/icon-192.png", | |
| "sizes": "192x192", | |
| "type": "image/png", | |
| "purpose": "any maskable" | |
| }, | |
| { | |
| "src": "/icon-512.png", | |
| "sizes": "512x512", | |
| "type": "image/png", | |
| "purpose": "any maskable" | |
| } | |
| ], | |
| "categories": ["security", "business", "productivity"], | |
| "screenshots": [], | |
| "shortcuts": [ | |
| { | |
| "name": "Dashboard", | |
| "url": "/dashboard", | |
| "description": "View main dashboard" | |
| }, | |
| { | |
| "name": "Widgets", | |
| "url": "/widgets", | |
| "description": "Browse widget gallery" | |
| } | |
| ] | |
| } | |