{
  "name": "OnePen - Smart Note Taking",
  "short_name": "OnePen",
  "description": "AI-powered handwriting note-taking app with gesture recognition",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#666666",
  "orientation": "any",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "education"],
  "shortcuts": [
    {
      "name": "New Note",
      "url": "/index.html",
      "icon": "icons/icon-192.png"
    }
  ]
}
