a new start
This commit is contained in:
46
public/manifest.json
Normal file
46
public/manifest.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user