6de2455917
- Added GLOBAL_MARKETS_TITLE to all translation files - Updated footer with 12 markets (4 active + 8 upcoming) - Translated market section to: zh-cn, zh-tw, ja, ko, th, vi, id, ms, hi - Built and deployed to production - CloudFront invalidation: I3RTMXVFDJXWLG3SYX208OP1CC
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "AAMOS Admin",
|
|
"short_name": "Admin",
|
|
"description": "AAMOS Autonomous Agent Management & Orchestration System",
|
|
"start_url": "/admin/",
|
|
"scope": "/admin/",
|
|
"display": "standalone",
|
|
"orientation": "portrait-primary",
|
|
"theme_color": "#007AFF",
|
|
"background_color": "#F2F2F7",
|
|
"lang": "sv",
|
|
"icons": [
|
|
{
|
|
"src": "/admin/icons/icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/admin/icons/icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/admin/icons/icon-512-maskable.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
}
|
|
],
|
|
"categories": ["productivity", "utilities"],
|
|
"shortcuts": [
|
|
{
|
|
"name": "Dashboard",
|
|
"short_name": "Dashboard",
|
|
"url": "/admin/dashboard.html",
|
|
"icons": [{ "src": "/admin/icons/icon-192.png", "sizes": "192x192" }]
|
|
},
|
|
{
|
|
"name": "Moduler",
|
|
"short_name": "Moduler",
|
|
"url": "/admin/modules.html",
|
|
"icons": [{ "src": "/admin/icons/icon-192.png", "sizes": "192x192" }]
|
|
}
|
|
]
|
|
}
|