{
  "name": "Celiac Shack",
  "short_name": "Celiac Shack",
  "description": "Everything a newly diagnosed celiac needs. Your first 30 days, a safe foods guide, a hidden gluten decoder, kitchen safety, restaurant cards in English and Spanish, and a support group near you.",
  "id": "/app/",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#fdfbf7",
  "theme_color": "#6b5b8e",
  "lang": "en",
  "dir": "ltr",
  "categories": ["health", "lifestyle", "food", "education"],
  "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/maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Gluten decoder", "short_name": "Decoder", "description": "Look up an ingredient right now", "url": "./#decoder", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Your first 30 days", "short_name": "30 Days", "description": "The day-by-day plan after diagnosis", "url": "./#start", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Glutening log", "short_name": "Log", "description": "Write down what happened", "url": "./#log", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
