{
  "name": "CSC Meeting Reminder",
  "short_name": "CSC Remind",
  "description": "Instant ring alerts for mandatory CSC training meetings. Install for reliable notifications even when browser is closed.",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#f0f4f8",
  "theme_color": "#1a73e8",
  "orientation": "portrait-primary",
  "prefer_related_applications": false,
  "categories": ["productivity", "utilities"],
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Subscribe / Check Status",
      "short_name": "Subscribe",
      "description": "Open CSC Meeting Reminder subscription page",
      "url": "/",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
