{
  "name": "BulletproofCart P2P",
  "short_name": "BPCart P2P",
  "description": "Offline peer-to-peer grocery list. No account. No server. Two phones, one list.",
  "start_url": "/app.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F8F7F5",
  "theme_color": "#2E4A2E",
  "orientation": "portrait-primary",
  "categories": ["food", "productivity", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Open List",
      "url": "/app.html",
      "description": "Open your shared grocery list"
    }
  ]
}
