{
  "name": "Stake Callings Tracker",
  "short_name": "Callings",
  "description": "Track and manage stake callings through the approval process",
  "start_url": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#faf7f2",
  "theme_color": "#1a2744",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "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": "Callings Board",
      "short_name": "Callings",
      "url": "./?view=pipeline",
      "description": "View the callings board"
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "./?view=dashboard",
      "description": "View the dashboard"
    }
  ]
}
