{
  "name": "Simple Web Notepad",
  "short_name": "Notepad",
  "description": "A fast, browser-based Notepad. Plain-text editing with tabs, folders, search, and trash.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a1a1a",
  "theme_color": "#1a1a1a",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ]
}
