{
  "name": "UrCartBuddy",
  "short_name": "UrCartBuddy",
  "description": "Shared shopping lists for households, with real-time sync, WhatsApp, Telegram, photo import, voice capture, and AI sorting.",
  "id": "./",
  "start_url": "./lists",
  "scope": "./",
  "display": "standalone",
  "display_override": [ "window-controls-overlay", "standalone", "minimal-ui" ],
  "orientation": "portrait",
  "background_color": "#03173d",
  "theme_color": "#03173d",
  "categories": [ "productivity", "shopping", "utilities" ],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "icon-maskable-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My lists",
      "short_name": "Lists",
      "description": "Open your UrCartBuddy lists.",
      "url": "lists",
      "icons": [
        {
          "src": "icon-192.png",
          "type": "image/png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Profile and install settings",
      "short_name": "Profile",
      "description": "Manage app, notification, and account settings.",
      "url": "profile",
      "icons": [
        {
          "src": "icon-192.png",
          "type": "image/png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
