mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
add service worker and progressive web app and icons
This commit is contained in:
@@ -1,6 +1,18 @@
|
||||
{
|
||||
"short_name": "plebchan",
|
||||
"name": "plebchan",
|
||||
"icons": [
|
||||
{
|
||||
"src": "manifest-icon-192x192.png",
|
||||
"type": "image/png",
|
||||
"sizes": "192x192"
|
||||
},
|
||||
{
|
||||
"src": "manifest-icon-512x512.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
}
|
||||
],
|
||||
"start_url": ".",
|
||||
"display": "standalone"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user