{
  "name": "The Fasting Guy - Intermittent Fasting Tracker",
  "short_name": "Fasting Guy",
  "description": "The ultimate intermittent fasting app with expert guidance, community support, and progress tracking to transform your health journey.",
  "version": "1.0.0",
  "manifest_version": 3,
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#40A2ED",
  "background_color": "#f8fafc",
  "categories": ["health", "lifestyle", "fitness", "wellness"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/assets/images/image-1756734506934.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/images/image-1756734506934.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/images/fasting_guy_logo_no_BG-1756745796420.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/images/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "The Fasting Guy Dashboard - Wide Screen"
    },
    {
      "src": "/assets/images/screenshot-narrow.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "The Fasting Guy Mobile Interface"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Fast",
      "short_name": "Start",
      "description": "Start a new fasting session",
      "url": "/active-fast-timer",
      "icons": [
        {
          "src": "/assets/images/image-1756734506934.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Home",
      "description": "View your fasting dashboard",
      "url": "/dashboard-home",
      "icons": [
        {
          "src": "/assets/images/image-1756734506934.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Community",
      "short_name": "Community",
      "description": "Join the fasting community",
      "url": "/community-feed",
      "icons": [
        {
          "src": "/assets/images/image-1756734506934.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/community-feed",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+fasting",
      "url": "/?handler=%s"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.thefastingguy.app",
      "id": "com.thefastingguy.app"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/us/app/the-fasting-guy/id123456789"
    }
  ],
  "features": [
    "Cross Platform",
    "Fast and Reliable",
    "Installable"
  ],
  "iarc_rating_id": "e58c174a-81d2-5c3c-32cc-34b8de4a52e9",
  "edge_side_panel": {
    "preferred_width": 400
  }
}