{
  "name": "UNLEASH Workout Tracker",
  "short_name": "UNLEASH",
  "description": "Track your workouts, nutrition, and progress with UNLEASH",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#080E0C",
  "theme_color": "#080E0C",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/assets/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/share-recipe",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [{ "name": "image", "accept": ["image/*"] }]
    }
  }
}
