{
  "name": "Horizons Notes",
  "short_name": "Notes",
  "description": "Capture thoughts, manage notes, and organize your ideas — New Horizons",
"start_url": "/Notes.html",
"scope": "/",
  "display": "standalone",
  "background_color": "#0b0f1a",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "note.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "note.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}