{
  // Use plain ASCII hyphens in names to avoid encoding issues
  "name": "Daily To-Do List",
  "short_name": "To-Do",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1976d2",
  "description": "An offline to-do list that stores tasks locally and supports daily recurring items.",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}