{
  "name": "Pathlight",
  "short_name": "Pathlight",
  "description": "Visual achievement board for children's group leaders",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#646f4b",
  "theme_color": "#646f4b",
  "orientation": "portrait-primary",
  "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"
    }
  ],
  "categories": [
    "education",
    "productivity"
  ],
  "shortcuts": [
    {
      "name": "Board",
      "url": "/dashboard",
      "description": "Open the achievement board"
    },
    {
      "name": "Settings",
      "url": "/dashboard/settings",
      "description": "Group settings"
    }
  ]
}