mirror of
https://github.com/dzeiocom/markblog.git
synced 2025-08-14 06:41:59 +00:00
34
public/manifest.json
Normal file
34
public/manifest.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"short_name": "Gitea",
|
||||
"name": "Gitea - Git with a cup of tea",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/img/gitea-lg.png",
|
||||
"type": "image/png",
|
||||
"sizes": "880x880"
|
||||
},
|
||||
{
|
||||
"src": "/img/gitea-sm.png",
|
||||
"type": "image/png",
|
||||
"sizes": "120x120"
|
||||
},
|
||||
{
|
||||
"src": "/img/gitea-512.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
},
|
||||
{
|
||||
"src": "/img/gitea-192.png",
|
||||
"type": "image/png",
|
||||
"sizes": "192x192"
|
||||
}
|
||||
],
|
||||
"serviceworker": {
|
||||
"src": "/service-worker.js"
|
||||
},
|
||||
"start_url": "/",
|
||||
"scope": "/",
|
||||
"background_color": "#FAFAFA",
|
||||
"display": "standalone",
|
||||
"theme_color": "#6cc644"
|
||||
}
|
Reference in New Issue
Block a user