mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 20:19:39 +02:00
- Add uload project with apps/web structure
- Reorganize from flat to monorepo structure
- Remove PocketBase binary and local data
- Update to pnpm and @uload/web namespace
- Add picture project to monorepo
- Remove embedded git repository
- Unify all package names to @{project}/{app} schema:
- @maerchenzauber/* (was @storyteller/*)
- @manacore/* (was manacore-*, manacore)
- @manadeck/* (was web, backend, manadeck)
- @memoro/* (was memoro-web, landing, memoro)
- @picture/* (already unified)
- @uload/web
- Add convenient dev scripts for all apps:
- pnpm dev:{project}:web
- pnpm dev:{project}:landing
- pnpm dev:{project}:mobile
- pnpm dev:{project}:backend
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
132 lines
No EOL
2.6 KiB
JSON
132 lines
No EOL
2.6 KiB
JSON
{
|
|
"name": "uLoad - URL Shortener & Link Management",
|
|
"short_name": "uLoad",
|
|
"description": "Professional URL shortener with analytics, QR codes, and link management",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#1e1b4b",
|
|
"theme_color": "#3b82f6",
|
|
"orientation": "portrait-primary",
|
|
"scope": "/",
|
|
"categories": ["productivity", "utilities", "business"],
|
|
"lang": "en",
|
|
"dir": "ltr",
|
|
"icons": [
|
|
{
|
|
"src": "/favicon.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/icons/icon-72x72.svg",
|
|
"sizes": "72x72",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icons/icon-96x96.svg",
|
|
"sizes": "96x96",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icons/icon-128x128.svg",
|
|
"sizes": "128x128",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icons/icon-144x144.svg",
|
|
"sizes": "144x144",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icons/icon-152x152.svg",
|
|
"sizes": "152x152",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icons/icon-192x192.svg",
|
|
"sizes": "192x192",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icons/icon-384x384.svg",
|
|
"sizes": "384x384",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icons/icon-512x512.svg",
|
|
"sizes": "512x512",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icons/icon-maskable-192x192.svg",
|
|
"sizes": "192x192",
|
|
"type": "image/svg+xml",
|
|
"purpose": "maskable"
|
|
},
|
|
{
|
|
"src": "/icons/icon-maskable-512x512.svg",
|
|
"sizes": "512x512",
|
|
"type": "image/svg+xml",
|
|
"purpose": "maskable"
|
|
}
|
|
],
|
|
"shortcuts": [
|
|
{
|
|
"name": "Create Link",
|
|
"short_name": "New Link",
|
|
"description": "Create a new short link",
|
|
"url": "/my",
|
|
"icons": [
|
|
{
|
|
"src": "/icons/icon-192x192.svg",
|
|
"sizes": "192x192",
|
|
"type": "image/svg+xml"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Analytics",
|
|
"short_name": "Stats",
|
|
"description": "View link analytics",
|
|
"url": "/my/links",
|
|
"icons": [
|
|
{
|
|
"src": "/icons/icon-192x192.svg",
|
|
"sizes": "192x192",
|
|
"type": "image/svg+xml"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "QR Codes",
|
|
"short_name": "QR",
|
|
"description": "Generate QR codes",
|
|
"url": "/my/links",
|
|
"icons": [
|
|
{
|
|
"src": "/icons/icon-192x192.svg",
|
|
"sizes": "192x192",
|
|
"type": "image/svg+xml"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"related_applications": [],
|
|
"prefer_related_applications": false,
|
|
"share_target": {
|
|
"action": "/my",
|
|
"method": "GET",
|
|
"params": {
|
|
"url": "url"
|
|
}
|
|
}
|
|
} |