Files
awesome-app/public/manifest.json

35 lines
919 B
JSON
Raw Normal View History

2025-10-25 16:09:02 +02:00
{
"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": [
{
2025-10-26 22:53:16 +01:00
"src": "/web-app-manifest-192x192.png",
2025-10-25 16:09:02 +02:00
"sizes": "192x192",
2025-10-26 22:53:16 +01:00
"type": "image/png",
"purpose": "maskable"
2025-10-25 16:09:02 +02:00
},
{
2025-10-26 22:53:16 +01:00
"src": "/web-app-manifest-512x512.png",
2025-10-25 16:09:02 +02:00
"sizes": "512x512",
2025-10-26 22:53:16 +01:00
"type": "image/png",
2025-10-25 16:09:02 +02:00
"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" }]
}
]
}