﻿{
  "name": "Temp Notepad — Free Private Browser-Based Note Taking App",
  "short_name": "TempNotepad",
  "description": "Fast, private, client-side note-taking application directly in your browser. No signups, no servers, full offline local storage support.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#18181b",
  "theme_color": "#dc2626",
  "icons": [
    {
      "src": "icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"]
}
