35 lines
919 B
JSON
35 lines
919 B
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": "/web-app-manifest-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
},
|
|
{
|
|
"src": "/web-app-manifest-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"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" }]
|
|
}
|
|
]
|
|
}
|