{
  "id": "/",
  "name": "Set Context Log",
  "short_name": "Set Context",
  "description": "Record what changed each lifting set and recall it next session.",
  "start_url": "/?source=pwa&v=1",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f4ebd8",
  "theme_color": "#4d5638",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Log a set", "short_name": "Log set", "url": "/#log", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "View history", "short_name": "History", "url": "/#history", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
