{
  "name": "Green Tea Nutrify",
  "short_name": "Tea Nutrify",
  "description": "Professional green tea nutrition tracking, caffeine calculator, catechin analysis, and brewing tools",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#16a34a",
  "orientation": "portrait-primary",
  "lang": "en-US",
  "dir": "ltr",
  "scope": "/",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "categories": [
    "health",
    "food",
    "lifestyle",
    "utilities"
  ],
  "shortcuts": [
    {
      "name": "Caffeine Calculator",
      "short_name": "Caffeine",
      "description": "Calculate caffeine content in your green tea",
      "url": "/tools/green-tea-caffeine-calculator",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Caffeine Half-Life",
      "short_name": "Half-Life",
      "description": "Track caffeine metabolism and sleep impact",
      "url": "/tools/caffeine-half-life",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Starbucks Green Tea",
      "short_name": "Starbucks",
      "description": "Nutrition facts for Starbucks green teas",
      "url": "/tools/starbucks-green-tea",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Brew Ratio",
      "short_name": "Ratio",
      "description": "Perfect tea to water brewing ratios",
      "url": "/tools/brew-ratio",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}