{
  "name": "Sticky Colorful Notes App",
  "short_name": "Sticky Notes",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1e1e1eff",
  "theme_color": "#f4d145ff",
  "scope": "/",
  "orientation": "portrait",
  "lang": "en-US",
  "description": "A powerful, offline-first notes editor with markdown support, media attachments, PDF export, and smooth performance on low-end devices. Built for productivity and creativity with Vue.js.",
  "icons": [
    {
      "src": "/App_Icon/note_1536.png",
      "sizes": "1536x1536",
      "type": "image/png"
    },
    {
      "src": "/App_Icon/note_512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/App_Icon/note_192.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/App_Icon/note_1536.png",
      "sizes": "1536x1536",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/App_Icon/note_512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/App_Icon/note_192.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ]
}
