{
  "name": "Pro-Track PHUL Workout Tracker",
  "short_name": "Pro-Track",
  "description": "Offline PHUL workout app with conflict-safe account sync, active training, complete history and Android-friendly mobile interaction.",
  "id": "./",
  "start_url": "./index.html#today",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "lang": "en-GB",
  "dir": "ltr",
  "background_color": "#f5f5f7",
  "theme_color": "#c8102e",
  "categories": ["fitness", "health", "sports"],
  "icons": [
    {"src": "dist/icon-192.da4361e3b177.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable"},
    {"src": "dist/icon-512.fc513c40414d.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable"}
  ],
  "shortcuts": [
    {
      "name": "Start workout",
      "short_name": "Workout",
      "description": "Open today's PHUL workout.",
      "url": "./index.html#today",
      "icons": [{"src": "dist/icon-192.da4361e3b177.png", "sizes": "192x192", "type": "image/png"}]
    },
    {
      "name": "View progress",
      "short_name": "Progress",
      "description": "Open workout history and progress.",
      "url": "./index.html#progress",
      "icons": [{"src": "dist/icon-192.da4361e3b177.png", "sizes": "192x192", "type": "image/png"}]
    }
  ],
  "version": "9.3.11"
}
