mirror of
https://github.com/fccview/cronmaster.git
synced 2026-01-06 04:48:51 -05:00
27 lines
673 B
JSON
27 lines
673 B
JSON
{
|
|
"name": "Cr*nMaster",
|
|
"short_name": "Cr*nMaster",
|
|
"description": "The ultimate cron job management platform with intelligent scheduling, real-time monitoring, and powerful automation tools",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#0f0f23",
|
|
"theme_color": "#3b82f6",
|
|
"orientation": "portrait-primary",
|
|
"icons": [
|
|
{
|
|
"src": "/logo.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/logo.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
],
|
|
"categories": ["productivity", "utilities"],
|
|
"lang": "en"
|
|
}
|