{
  "name": "REMI — Reminder & Event Management Interface",
  "short_name": "REMI",
  "description": "Private medication reminders, health logs, routines, reports, and REMI assistant.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#eef7ff",
  "theme_color": "#0f3e5e",
  "icons": [
    {"src":"assets/icons/icon-192.png","sizes":"192x192","type":"image/png"},
    {"src":"assets/icons/icon-512.png","sizes":"512x512","type":"image/png"}
  ],
  "shortcuts": [
    {"name":"Open REMI","url":"./index.html#home"},
    {"name":"Add Medication","url":"./index.html#medications"},
    {"name":"Ask REMI","url":"./index.html#remi"},
    {"name":"Log Health","url":"./index.html#wellness"}
  ]
}
