{
  "name": "Loveable Notebuddy",
  "short_name": "Notebuddy",
  "description": "A versatile productivity app combining notes, checklist, and calculator in one place",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4a90e2",
  "orientation": "portrait-primary",
  "scope": "./",
  "icons": [
    {
      "src": "./icons/loveable_notebuddy_icon_192_white_192.png?v=3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/loveable_notebuddy_icon_512_white_512.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/loveable_notebuddy_icon_192.png?v=3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./icons/loveable_notebuddy_icon_512.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "lang": "en",
  "dir": "ltr"
}