{
  "name": "PIONEER - Military Fitness & Rehabilitation",
  "short_name": "PIONEER",
  "description": "Professional fitness tracking and rehabilitation platform built by veterans, for everyone.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a1628",
  "theme_color": "#0a1628",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-GB",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icons/icon-72.svg",
      "sizes": "72x72",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-96.svg",
      "sizes": "96x96",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-128.svg",
      "sizes": "128x128",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-144.svg",
      "sizes": "144x144",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-152.svg",
      "sizes": "152x152",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-384.svg",
      "sizes": "384x384",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-maskable-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["fitness", "health", "lifestyle", "sports"],
  "screenshots": [
    {
      "src": "screenshots/home.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Home Dashboard"
    },
    {
      "src": "screenshots/workout.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Workout Tracking"
    },
    {
      "src": "screenshots/nutrition.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Nutrition Logging"
    }
  ],
  "shortcuts": [
    {
      "name": "Log Workout",
      "short_name": "Workout",
      "url": "/?action=workout",
      "description": "Quick access to log a workout",
      "icons": [{"src": "icons/shortcut-workout.png", "sizes": "96x96"}]
    },
    {
      "name": "Track Food",
      "short_name": "Food",
      "url": "/?action=food",
      "description": "Quick access to food tracking",
      "icons": [{"src": "icons/shortcut-food.png", "sizes": "96x96"}]
    },
    {
      "name": "Community",
      "short_name": "Community",
      "url": "/?action=community",
      "description": "Access the community feed",
      "icons": [{"src": "icons/shortcut-community.png", "sizes": "96x96"}]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.pioneer.fitness",
      "id": "com.pioneer.fitness"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/pioneer-fitness/id000000000"
    }
  ]
}
