chore: sync backend and deployment changes
This commit is contained in:
25
public/e-reader.webmanifest
Normal file
25
public/e-reader.webmanifest
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"id": "/play/apps?app=e-reader",
|
||||
"name": "E-Reader",
|
||||
"short_name": "E-Reader",
|
||||
"description": "인터넷 기사와 웹 콘텐츠를 전자책처럼 넘겨 읽는 전용 앱",
|
||||
"theme_color": "#2175ad",
|
||||
"background_color": "#eff7fb",
|
||||
"display": "standalone",
|
||||
"lang": "ko",
|
||||
"scope": "/",
|
||||
"start_url": "/play/apps?app=e-reader",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/pwa-192x192.svg",
|
||||
"sizes": "192x192",
|
||||
"type": "image/svg+xml"
|
||||
},
|
||||
{
|
||||
"src": "/pwa-512x512.svg",
|
||||
"sizes": "512x512",
|
||||
"type": "image/svg+xml",
|
||||
"purpose": "any maskable"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user