mozhi/public/manifest.json
Arya Kiran d3f8a0d2eb
All checks were successful
mozhi pipeline / Push Docker image to Codeberg docker registry (push) Successful in 30m14s
mozhi pipeline / Build and publish artifacts (push) Successful in 1h32m44s
Add PWA support (closes #25)
2024-05-21 21:50:58 +05:30

24 lines
489 B
JSON

{
"name": "Mozhi",
"short_name": "Mozhi",
"description": "An alternative-frontend for many translation engines!",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#FFEDD5",
"theme_color": "#FFEDD5",
"icons": [
{
"src": "/assets/mozhi.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "/assets/mozhi.svg",
"sizes": "512x512",
"type": "image/svg",
"purpose": "maskable"
}
]
}