{
  "name": "Kinetix Fitness",
  "short_name": "Kinetix",
  "description": "Personalised workouts, Jamaican-diet meal plans, hydration and macro targets. Your personal coach in your pocket.",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "lang": "en",
  "dir": "ltr",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "tabbed", "standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#43443f",
  "theme_color": "#c4552c",
  "categories": ["health", "fitness", "lifestyle"],
  "iarc_rating_id": "",
  "prefer_related_applications": false,
  "related_applications": [],
  "scope_extensions": [
    { "origin": "https://kinetixfitness.fit" },
    { "origin": "https://www.kinetixfitness.fit" }
  ],
  "launch_handler": { "client_mode": "navigate-existing" },
  "edge_side_panel": { "preferred_width": 420 },
  "handle_links": "preferred",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Weekly workout plan with macro and hydration targets"
    },
    {
      "src": "/screenshot-narrow.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Today's workout, macros and water intake on mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Plan",
      "short_name": "Plan",
      "description": "Open your personalised workout plan",
      "url": "/plan",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Trainer",
      "short_name": "Trainer",
      "description": "Ask the AI coach about any exercise",
      "url": "/trainer",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Calorie Tracker",
      "short_name": "Track",
      "description": "Log meals, calories and macros",
      "url": "/tracker",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Progress",
      "short_name": "Progress",
      "description": "Photos, weight logs and reminders",
      "url": "/progress",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/progress",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "shared_title",
      "text": "shared_text",
      "url": "shared_url"
    }
  },
  "file_handlers": [
    {
      "action": "/tracker",
      "accept": {
        "text/csv": [".csv"],
        "application/json": [".json"]
      },
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }],
      "launch_type": "single-client"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+kinetix",
      "url": "/?ref=%s"
    }
  ],
  "note_taking": {
    "new_note_url": "/progress"
  },
  "widgets": [
    {
      "name": "Today's Targets",
      "short_name": "Targets",
      "description": "Your calorie, macro and hydration targets for today.",
      "tag": "kinetix-today",
      "template": "kinetix-today-template",
      "ms_ac_template": "/widgets/today-template.json",
      "data": "/widgets/today-data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/screenshot-narrow.png",
          "sizes": "720x1280",
          "label": "Today's targets widget"
        }
      ],
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }],
      "auth": false,
      "update": 3600
    }
  ]
}
