Files
office-tools/public/manifest.webmanifest
T

19 lines
400 B
JSON

{
"name": "Office Tools",
"short_name": "Office",
"description": "Open and inspect office files locally in the browser.",
"start_url": "./",
"scope": "./",
"display": "standalone",
"background_color": "#f7f8fa",
"theme_color": "#24465f",
"icons": [
{
"src": "./favicon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}