Files
low-code-react-app-b/public/manifest.json

145 lines
3.2 KiB
JSON

{
"name": "CodeForge - Low-Code App Builder",
"short_name": "CodeForge",
"description": "Build Next.js, Material UI, and Flask applications with visual designers and AI assistance",
"start_url": "/",
"display": "standalone",
"background_color": "#0f0f14",
"theme_color": "#7c3aed",
"orientation": "any",
"scope": "/",
"categories": ["development", "productivity", "utilities"],
"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"
},
{
"src": "/icons/icon-384x384.png",
"sizes": "384x384",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icons/icon-maskable-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/icons/icon-maskable-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"screenshots": [
{
"src": "/screenshots/desktop-1.png",
"sizes": "1280x720",
"type": "image/png",
"form_factor": "wide"
},
{
"src": "/screenshots/mobile-1.png",
"sizes": "540x720",
"type": "image/png",
"form_factor": "narrow"
}
],
"shortcuts": [
{
"name": "Dashboard",
"short_name": "Dashboard",
"description": "View project dashboard",
"url": "/?shortcut=dashboard",
"icons": [
{
"src": "/icons/shortcut-dashboard.png",
"sizes": "96x96"
}
]
},
{
"name": "Code Editor",
"short_name": "Code",
"description": "Open code editor",
"url": "/?shortcut=code",
"icons": [
{
"src": "/icons/shortcut-code.png",
"sizes": "96x96"
}
]
},
{
"name": "Models",
"short_name": "Models",
"description": "Design data models",
"url": "/?shortcut=models",
"icons": [
{
"src": "/icons/shortcut-models.png",
"sizes": "96x96"
}
]
}
],
"related_applications": [],
"prefer_related_applications": false,
"share_target": {
"action": "/share",
"method": "POST",
"enctype": "multipart/form-data",
"params": {
"title": "title",
"text": "text",
"url": "url",
"files": [
{
"name": "code_files",
"accept": ["text/*", "application/json", ".ts", ".tsx", ".js", ".jsx"]
}
]
}
}
}