{
  "id": "/checkin",
  "name": "Send Signals",
  "short_name": "Signals",
  "description": "The voice they don't have to say out loud",
  "start_url": "/checkin",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f0f4f8",
  "theme_color": "#1e3a5f",
  "orientation": "any",
  "categories": ["education"],
  "lang": "en-GB",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Check In",
      "short_name": "Check In",
      "url": "/checkin",
      "description": "Quick check-in for your current lesson"
    }
  ]
}
