{
  "x-notes": {
    "why_id": "Pins the installed app identity to wake.html so installs stay stable even if the root URL or redirect behavior changes.",
    "why_start_url": "Launches the installed app directly into the timer page instead of relying on the server's default document resolution.",
    "why_scope": "Keeps the app's navigable scope at the site root so wake.html, index.html, the manifest, and the service worker all remain inside the installed app boundary."
  },
  "id": "./wake.html",
  "name": "Okay to Wake",
  "short_name": "Wake",
  "start_url": "./wake.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#2c3e50",
  "theme_color": "#2c3e50",
  "description": "A parent friendly safe-to-wake timer"
}
