calque/public/manifest.json

40 lines
No EOL
948 B
JSON

{
"short_name": "Calque",
"name": "Calque - manage your i18n files",
"description": "Simple tool for maitaining i18n files",
"icons": [
{
"src": "/images/favicon.dark.svg",
"type": "image/svg+xml",
"sizes": "any"
}
],
"start_url": ".",
"display_override": [
"window-controls-overlay"
],
"screenshots": [
{
"src": "/images/screenshots/narrow.png",
"type": "image/png",
"sizes": "538x1133",
"form_factor": "narrow"
},
{
"src": "/images/screenshots/wide.png",
"type": "image/png",
"sizes": "2092x1295",
"form_factor": "wide"
}
],
"file_handlers": [
{
"action": "/edit",
"accept": {
"text/*": [
".json"
]
}
}
]
}