{
  "name": "SNITCH — Meetings that talk back",
  "short_name": "SNITCH",
  "description": "Record your meetings. SNITCH talks back: summaries, to-dos, KPIs.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f5f1e8",
  "theme_color": "#d4ff00",
  "categories": ["productivity", "business"],
  "shortcuts": [
    {
      "name": "Record now",
      "short_name": "Record",
      "description": "Start an in-person recording immediately",
      "url": "/quick-record",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Ask SNITCH",
      "short_name": "Chat",
      "description": "Chat about past meetings or rehearse the next one",
      "url": "/chat",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "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" }
  ]
}
