{
  "name": "Free Shopping App",
  "short_name": "Shopping App",
  "description": "Free shopping list app with no login or payment. Your list stays on your device, and the app remains available offline after your first visit.",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#f4f1e8",
  "theme_color": "#276749",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
