{
  "name": "Cycle Reminder Pro",
  "short_name": "Cycle",
  "start_url": "./cycle_reminder.html",
  "display": "standalone",
  "background_color": "#0a0f1c",
  "theme_color": "#0a0f1c",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "widgets": [
    {
      "name": "Cycle Reminder Due Tasks",
      "description": "Shows upcoming due tasks",
      "tag": "cycle-reminder-widget",
      "template": "./widget.html",
      "ms_ac_template": "./widget.html",
      "sizes": ["small", "medium", "large"]
    }
  ]
}