{
  "name": "WERCplace",
  "short_name": "WERCplace",
  "description": "Peer recognition, rewards, and your portable career profile.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "categories": ["business", "productivity"],
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#1a2b4a",
  "background_color": "#ffffff",
  "icons": [
    { "src": "/icons/icon-192.png",          "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png",          "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    { "src": "/screenshots/mobile-1.png", "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow", "label": "Recognize great work" },
    { "src": "/screenshots/mobile-2.png", "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow", "label": "Your career, portable" },
    { "src": "/screenshots/wide-1.png",   "sizes": "1920x1080", "type": "image/png", "form_factor": "wide",   "label": "Recognition for modern teams" }
  ],
  "shortcuts": [
    {
      "name": "Give recognition",
      "short_name": "Recognize",
      "description": "Recognize a teammate's great work",
      "url": "/employee/home",
      "icons": [{ "src": "/icons/shortcut-recognize.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Rewards",
      "short_name": "Rewards",
      "description": "Redeem WERC for rewards",
      "url": "/employee/redeem",
      "icons": [{ "src": "/icons/shortcut-rewards.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "My profile",
      "short_name": "Profile",
      "description": "View your profile, badges, and skills",
      "url": "/employee/profile",
      "icons": [{ "src": "/icons/shortcut-profile.png", "sizes": "96x96", "type": "image/png" }]
    }
  ]
}
