{
  "name": "KodyLife — Wellness Tracker by CodeMasterIP",
  "short_name": "KodyLife",
  "description": "All-in-one wellness app by CodeMasterIP: track mood, habits, sleep, water, exercise, focus & journal with AI. Available in 10 languages.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0f0d",
  "theme_color": "#3a8a5c",
  "orientation": "portrait",
  "lang": "es",
  "dir": "ltr",
  "scope": "/",
  "id": "kodylife-wellness",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64",
      "type": "image/x-icon"
    },
    {
      "src": "/kody-mascot.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/vita-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["health", "lifestyle", "wellness", "fitness", "medical", "productivity"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Home",
      "description": "View your wellness dashboard",
      "url": "/",
      "icons": [{"src": "/kody-mascot.png", "sizes": "512x512"}]
    },
    {
      "name": "Journal",
      "short_name": "Journal",
      "description": "Write in your wellness journal",
      "url": "/journal",
      "icons": [{"src": "/kody-mascot.png", "sizes": "512x512"}]
    },
    {
      "name": "Statistics",
      "short_name": "Stats",
      "description": "View your wellness statistics",
      "url": "/stats",
      "icons": [{"src": "/kody-mascot.png", "sizes": "512x512"}]
    },
    {
      "name": "Leaderboard",
      "short_name": "Ranking",
      "description": "See the weekly leaderboard",
      "url": "/leaderboard",
      "icons": [{"src": "/kody-mascot.png", "sizes": "512x512"}]
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "KodyLife Wellness Dashboard"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}