{
  "id": "/",
  "name": "Upstack AI — AI intelligence for talent and learning.",
  "short_name": "Upstack",
  "description": "In-house AI intelligence — document parsing, assessment engines, and conversational AI — deployed through WorkLab for talent and LearnLab for education.",
  "start_url": "/login",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "tabbed", "standalone"],
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity", "utilities", "education"],
  "prefer_related_applications": false,
  "related_applications": [],
  "iarc_rating_id": "",
  "icons": [
    {
      "src": "/favicon-16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/landing-hero.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Upstack AI — AI intelligence for talent and learning"
    },
    {
      "src": "/screenshots/landing-features.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Two Problems, One Platform"
    },
    {
      "src": "/screenshots/login-page.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Secure Login"
    },
    {
      "src": "/screenshots/mobile-landing.png",
      "sizes": "540x960",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to your dashboard",
      "url": "/admin",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Recruitment Tool",
      "short_name": "Recruit",
      "description": "Access recruitment assessments",
      "url": "/admin/recruitment-tool",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Training",
      "short_name": "Training",
      "description": "Access training modules",
      "url": "/admin/training",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "LearnLab",
      "short_name": "LearnLab",
      "description": "Open LearnLab — assessment and learning management",
      "url": "/admin/learnlab",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "edge_side_panel": {
    "preferred_width": 480
  },
  "file_handlers": [
    {
      "action": "/admin/upload",
      "accept": {
        "application/pdf": [".pdf"],
        "text/csv": [".csv"],
        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": [".xlsx"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+upstack",
      "url": "/handle?url=%s"
    }
  ],
  "share_target": {
    "action": "/admin/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["application/pdf", "text/csv", "image/*"]
        }
      ]
    }
  },
  "note_taking": {
    "new_note_url": "/admin/notes/new"
  },
  "widgets": [
    {
      "name": "Recruitment Stats",
      "description": "View your recruitment statistics at a glance",
      "tag": "recruitment-stats",
      "ms_ac_template": "/widgets/recruitment-stats.json",
      "data": "/api/widgets/recruitment-stats",
      "type": "application/json",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Pending Candidates",
      "description": "Quick view of candidates awaiting review",
      "tag": "pending-candidates",
      "ms_ac_template": "/widgets/pending-candidates.json",
      "data": "/api/widgets/pending-candidates",
      "type": "application/json",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
