{
  "name": "Online Notepad by JJ Creator",
  "short_name": "JJ Notepad",
  "description": "Free online notepad with auto-save, no login required.",
  "start_url": "/notepad/",
  "scope": "/notepad/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0066ff",
  "orientation": "any",
  "categories": ["utilities", "productivity"],
  "icons": [
    {
      "src": "icons/logo-192.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any maskable"
    },
    {
      "src": "icons/logo-512.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any maskable"
    }
  ]
}