{
  "id": "/",
  "name": "APEX — Health Tracker",
  "short_name": "APEX",
  "description": "Track workouts, nutrition, sleep and water. Compete on leaderboards. Hit personal bests.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["tabbed", "window-controls-overlay", "standalone", "minimal-ui"],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "dir": "ltr",
  "lang": "en",
  "categories": ["health", "fitness", "lifestyle"],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "note_taking": {
    "new_note_url": "/workouts"
  },
  "widgets": [
    {
      "name": "APEX Nutrition",
      "tag": "apex-nutrition",
      "ms_ac_template": "/widgets/calories.json",
      "data": "/widgets/calories-data.json",
      "description": "Today's calories remaining and macro breakdown",
      "screenshots": [],
      "icons": [{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" }]
    },
    {
      "name": "APEX Workouts",
      "tag": "apex-workouts",
      "ms_ac_template": "/widgets/workouts.json",
      "data": "/widgets/workouts-data.json",
      "description": "This week's workout calendar",
      "screenshots": [],
      "icons": [{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" }]
    },
    {
      "name": "APEX Streak",
      "tag": "apex-streak",
      "ms_ac_template": "/widgets/streak.json",
      "data": "/widgets/streak-data.json",
      "description": "Your current workout streak and personal best",
      "screenshots": [],
      "icons": [{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" }]
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+apex",
      "url": "/?protocol=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/import-export",
      "accept": {
        "text/csv": [".csv"],
        "application/json": [".json"]
      }
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text":  "text",
      "url":   "url",
      "files": [
        { "name": "photos", "accept": ["image/*"] }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "Log Workout",
      "short_name": "Workout",
      "description": "Start or resume a workout",
      "url": "/workouts",
      "icons": [{ "src": "/icon-512.png", "sizes": "512x512" }]
    },
    {
      "name": "Log Nutrition",
      "short_name": "Nutrition",
      "description": "Log today's food and macros",
      "url": "/nutrition",
      "icons": [{ "src": "/icon-512.png", "sizes": "512x512" }]
    },
    {
      "name": "Log Sleep",
      "short_name": "Sleep",
      "description": "Log last night's sleep",
      "url": "/sleep",
      "icons": [{ "src": "/icon-512.png", "sizes": "512x512" }]
    }
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "scope_extensions": [
    { "origin": "https://apex-health-777b0.firebaseapp.com" }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
