{
  "name": "SwapKenya - TSC Teacher Swap Board",
  "short_name": "SwapKenya",
  "description": "Kenya's #1 mutual transfer board for TSC teachers. Connect and swap workstations across all 47 counties.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0B132B",
  "theme_color": "#10B981",
  "categories": ["education", "utilities", "social"],
  "icons": [
    {
      "src": "/assets/images/icon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/images/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/images/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Swaps",
      "short_name": "Browse",
      "description": "View active teacher transfer opportunities",
      "url": "/browse-swaps",
      "icons": [{ "src": "/assets/images/icon.svg", "sizes": "192x192" }]
    },
    {
      "name": "Post a Swap",
      "short_name": "Post Swap",
      "description": "Create a new teacher transfer listing",
      "url": "/post-swap",
      "icons": [{ "src": "/assets/images/icon.svg", "sizes": "192x192" }]
    },
    {
      "name": "Teacher Dashboard",
      "short_name": "Profile",
      "description": "Access your listings and swap inquiries",
      "url": "/user-profile",
      "icons": [{ "src": "/assets/images/icon.svg", "sizes": "192x192" }]
    }
  ]
}
