{
  "name": "Easy Desk — Your workspace",
  "short_name": "Easy Desk",
  "description": "A private workspace that runs entirely in your browser: open any file, run HTML, take notes, write code, and more.",
  "start_url": "./#/home",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0b0d12",
  "theme_color": "#0b0d12",
  "icons": [{ "src": "icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }],
  "file_handlers": [{ "action": "./", "accept": { "application/pdf": [".pdf"], "text/html": [".html", ".htm"], "text/plain": [".txt", ".md", ".csv", ".json", ".js", ".css"], "image/*": [".png", ".jpg", ".jpeg", ".gif", ".webp", ".svg"] } }]
}
