mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 02:14:13 +00:00
web manifest and meta tag
This commit is contained in:
17
manifest.json
Normal file
17
manifest.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "Cloudlog",
|
||||
"short_name": "Cloudlog",
|
||||
"theme_color": "#2571fb",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone",
|
||||
"orientation": "portrait",
|
||||
"scope": ".",
|
||||
"start_url": "/",
|
||||
"icons": [
|
||||
{
|
||||
"src": "CloudLog_logo.png",
|
||||
"type": "image/png",
|
||||
"sizes": "144x144"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user