Skip to content

Commit

Permalink
expand manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
hslee2008 committed Jan 4, 2024
1 parent 491ed65 commit 46e2726
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 22 deletions.
36 changes: 25 additions & 11 deletions public/manifest/manifest-en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
"name": "Finals Calculator",
"short_name": "Finals Calculator",
"description": "Finals Calculator is a simple app that calculates your final score in a class. It is designed to be used in the Korean education system, but it can be used in other education systems as well.",
"id": "/?lang=en-US",
"start_url": "/?lang=en-US",
"scope": "/",
"display": "standalone",
"background_color": "#FFFFFF",
"theme_color": "#FFFFFF",
"orientation": "portrait",
"display_override": ["window-controls-overlay"],
"edge_side_panel": {
"preferred_width": 352
},
"launch_handler": {
"client_mode": "auto"
},
"dir": "ltr",
"lang": "en",
"scope_extensions": [{ "origin": "https://finalscalcu.firebaseapp.com" }],
"categories": ["education", "kids", "productivity", "utilities"],
"icons": [
{
"src": "/images/24x24.png",
Expand Down Expand Up @@ -53,23 +71,19 @@
"sizes": "1024x1024",
"type": "image/png"
},
{
"src": "/images/maskable_icon.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/images/maskable_icon.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"id": "/?lang=en-US",
"start_url": "/?lang=en-US",
"scope": "/",
"display": "standalone",
"background_color": "#FFFFFF",
"theme_color": "#FFFFFF",
"orientation": "any",
"categories": [
"education"
],
"prefer_related_applications": true,
"related_applications": [
{
Expand Down Expand Up @@ -148,4 +162,4 @@
"label": "Phone Screen"
}
]
}
}
36 changes: 25 additions & 11 deletions public/manifest/manifest-ko-KR.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
"name": "기말고사 계산기",
"short_name": "기말 계산기",
"description": "중학교 내신 계산기",
"id": "/?lang=ko-KR",
"start_url": "/?lang=ko-KR",
"scope": "/",
"display": "standalone",
"background_color": "#FFFFFF",
"theme_color": "#FFFFFF",
"orientation": "portrait",
"display_override": ["window-controls-overlay"],
"edge_side_panel": {
"preferred_width": 352
},
"launch_handler": {
"client_mode": "auto"
},
"dir": "ltr",
"lang": "ko",
"scope_extensions": [{ "origin": "https://finalscalcu.firebaseapp.com" }],
"categories": ["education", "kids", "productivity", "utilities"],
"icons": [
{
"src": "/images/24x24.png",
Expand Down Expand Up @@ -53,23 +71,19 @@
"sizes": "1024x1024",
"type": "image/png"
},
{
"src": "/images/maskable_icon.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/images/maskable_icon.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"id": "/?lang=ko-KR",
"start_url": "/?lang=ko-KR",
"scope": "/",
"display": "standalone",
"background_color": "#FFFFFF",
"theme_color": "#FFFFFF",
"orientation": "any",
"categories": [
"education"
],
"prefer_related_applications": true,
"related_applications": [
{
Expand Down Expand Up @@ -148,4 +162,4 @@
"label": "Phone Screen"
}
]
}
}

0 comments on commit 46e2726

Please sign in to comment.