{
  "name": "DoFirst",
  "short_name": "DoFirst",
  "description": "Your daily tools — ReadAloud, MeetingMind, TimeTracker",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#6366F1",
  "orientation": "portrait",
  "categories": ["productivity"],
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "ReadAloud",
      "short_name": "Read",
      "url": "/read",
      "description": "Turn articles into audio"
    },
    {
      "name": "MeetingMind",
      "short_name": "Notes",
      "url": "/notes",
      "description": "Record meeting notes"
    },
    {
      "name": "TimeTracker",
      "short_name": "Time",
      "url": "/time",
      "description": "Track your time"
    }
  ]
}
