{
  "name": "Threshr",
  "short_name": "Threshr",
  "description": "Your training plan, check-ins and messages with your coach.",
  "shortcuts": [
    { "name": "Today", "url": "app.html?open=training" },
    { "name": "Messages", "url": "app.html?open=coach" }
  ],
  "start_url": "app.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#F7F7F5",
  "theme_color": "#111111",
  "id": "app.html",
  "orientation": "any",
  "categories": ["sports", "health", "fitness"],
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
