{
  "name": "BodyOpia",
  "short_name": "BodyOpia",
  "description": "Track your fitness activities, manage your diet, and view comprehensive analytics",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f8f9fa",
  "theme_color": "#667eea",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["health", "fitness", "lifestyle"],
  "icons": [
    {
      "src": "/static/images/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Analytics Dashboard",
      "short_name": "Dashboard",
      "description": "View your fitness analytics and progress",
      "url": "/analytics/mobile",
      "icons": [
        {
          "src": "/static/images/workout-shortcut.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Log Workout",
      "short_name": "Workout",
      "description": "Quickly log a new workout",
      "url": "/workouts/new",
      "icons": [
        {
          "src": "/static/images/workout-shortcut.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Track Meal",
      "short_name": "Meal",
      "description": "Log your meal intake",
      "url": "/meals/new",
      "icons": [
        {
          "src": "/static/images/meal-shortcut.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Progress",
      "short_name": "Progress",
      "description": "View your fitness progress",
      "url": "/progress",
      "icons": [
        {
          "src": "/static/images/progress-shortcut.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "handle_links": "preferred",
  "protocol_handlers": [
    {
      "protocol": "web+bodyopia",
      "url": "/share?data=%s"
    }
  ],
  "offline_enabled": true,
  "cache_version": "v1.0.3",
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "workout_data",
          "accept": ["application/json", ".json"]
        },
        {
          "name": "images",
          "accept": ["image/*"]
        }
      ]
    }
  }
}
