{
  "name": "Craive — Family dinners, planned",
  "short_name": "Craive",
  "description": "What's for dinner, what to buy, and who'll actually eat it. One list, one plan, the whole family.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#FBF7F0",
  "theme_color": "#FBF7F0",
  "orientation": "portrait-primary",
  "id": "craive-app",
  "lang": "en-US",
  "categories": ["food", "lifestyle", "productivity"],
  "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-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Tonight", "short_name": "Tonight", "description": "What's for dinner tonight", "url": "/?source=shortcut", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Grocery list", "short_name": "List", "description": "The rolling list, by store", "url": "/list?source=shortcut", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }
  ],
  "prefer_related_applications": false
}
