mirror of
https://github.com/redlib-org/redlib.git
synced 2025-06-01 20:32:20 +00:00
* Adds basic Manifest.json * Adds Meta Tags for iOS * Adds Meta Tags for Android * Adds Logo for Manifest.json * Adds iOS Logo for homescreen
15 lines
No EOL
342 B
JSON
15 lines
No EOL
342 B
JSON
{
|
|
"name": "Libreddit",
|
|
"short_name": "Libreddit",
|
|
"display": "standalone",
|
|
"background_color": "#2A3443",
|
|
"description": "An alternative private front-end to Reddit",
|
|
"theme_color": "#2A3443",
|
|
"icons": [
|
|
{
|
|
"src": "./logo.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
} |