{
  "name": "Online Notepad",
  "short_name": "Notepad",
  "description": "Free online notepad with AI-powered features. Handle 10+ lakh characters without lag.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#f59e0b",
  "orientation": "any",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["productivity", "utilities"],
  "scope": "/",
  "offline_capabilities": {
    "description": "Works offline after initial load. All data stored locally."
  }
}
