{
  "name": "IronStreak — The Gamified Workout Tracker",
  "short_name": "IronStreak",
  "description": "IronStreak is Duolingo for the gym — a gamified iOS workout tracker with streaks, XP, 91 exercises, and 50 achievements. This site also hosts free lifting calculators (1RM, plate, volume, strength standards, macros).",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0E0E0E",
  "theme_color": "#0E0E0E",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["health", "fitness", "lifestyle", "productivity"],
  "icons": [
    {
      "src": "/assets/images/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/assets/images/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/assets/images/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/images/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "related_applications": [
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/ironstreak/id6761360745",
      "id": "6761360745"
    }
  ],
  "prefer_related_applications": true,
  "shortcuts": [
    {
      "name": "Free Tools",
      "short_name": "Tools",
      "description": "Free lifting calculators — 1RM, plate, volume, strength standards, macros",
      "url": "/tools/"
    },
    {
      "name": "Blog",
      "short_name": "Blog",
      "description": "Training guides + behavioral science",
      "url": "/blog/"
    },
    {
      "name": "Exercise Library",
      "short_name": "Exercises",
      "description": "91 exercises across 6 muscle groups",
      "url": "/exercises/"
    }
  ]
}
