Files
awesome-app/public/manifest.json
valknarness b63592f153 a new start
2025-10-25 16:09:02 +02:00

47 lines
1.1 KiB
JSON

{
"name": "Awesome - Curated Lists Explorer",
"short_name": "Awesome",
"description": "Next-level ground-breaking AAA webapp for exploring awesome lists from GitHub",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#DA22FF",
"orientation": "portrait-primary",
"icons": [
{
"src": "/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/icon-192.svg",
"sizes": "192x192",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/icon-512.svg",
"sizes": "512x512",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/apple-touch-icon.svg",
"sizes": "180x180",
"type": "image/svg+xml",
"purpose": "maskable"
}
],
"categories": ["productivity", "education", "developer-tools"],
"shortcuts": [
{
"name": "Search",
"short_name": "Search",
"description": "Search awesome lists",
"url": "/?action=search",
"icons": [{ "src": "/icons/search-96x96.png", "sizes": "96x96" }]
}
]
}