{
  "name": "Cabritos",
  "short_name": "Cabritos",
  "description": "Free collaborative grocery list app. Share lists with family and roommates, check items off at the store in real time.",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "orientation": "portrait",
  "lang": "en",
  "categories": ["productivity", "lifestyle", "shopping"],
  "background_color": "#f8fafc",
  "theme_color": "#059669",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/List%20US%20v2%20Light.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Shared grocery list view"
    },
    {
      "src": "/screenshots/Detail%20US%20v2%20Light.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "List detail with pending and completed items"
    }
  ]
}
