mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-10 22:30:56 +00:00
- Replaced #667eea with #4f46e5 to meet WCAG AA contrast standards. - Updated hover color to #4338ca. - Added aria-label to Service Worker update button. - Updated manifest.json theme color.
78 lines
1.8 KiB
JSON
78 lines
1.8 KiB
JSON
{
|
|
"name": "MQL5 Trading Automation",
|
|
"short_name": "MQL5 Auto",
|
|
"description": "GenX FX Trading System - SMC + Trend Breakout (MTF) for Exness MT5",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#4f46e5",
|
|
"theme_color": "#4f46e5",
|
|
"orientation": "any",
|
|
"icons": [
|
|
{
|
|
"src": "/icons/icon-72x72.png",
|
|
"sizes": "72x72",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icons/icon-96x96.png",
|
|
"sizes": "96x96",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icons/icon-128x128.png",
|
|
"sizes": "128x128",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icons/icon-144x144.png",
|
|
"sizes": "144x144",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icons/icon-152x152.png",
|
|
"sizes": "152x152",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icons/icon-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/icons/icon-384x384.png",
|
|
"sizes": "384x384",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icons/icon-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
],
|
|
"categories": ["finance", "productivity", "utilities"],
|
|
"screenshots": [],
|
|
"shortcuts": [
|
|
{
|
|
"name": "Dashboard",
|
|
"short_name": "Dashboard",
|
|
"description": "Open trading dashboard",
|
|
"url": "/",
|
|
"icons": []
|
|
},
|
|
{
|
|
"name": "Service Worker Inspector",
|
|
"short_name": "SW Inspector",
|
|
"description": "Inspect service worker status",
|
|
"url": "/sw-inspector.html",
|
|
"icons": []
|
|
}
|
|
]
|
|
}
|