{
  "id": "com.alphacore.app",
  "name": "Alphacore",
  "short_name": "Alphacore",
  "description": "A student-first platform for community savings, event planning, and digital ticketing — built to unite and empower class cohorts.",
  "lang": "en",
  "dir": "auto",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f0f23",
  "theme_color": "#056440",
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.jpeg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.jpeg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.jpeg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.jpg",
      "sizes": "498x1080",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Dashboard — Overview of savings and events"
    },
    {
      "src": "/screenshots/dashboard.jpg",
      "sizes": "498x1080",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Dashboard — Overview of savings and events"
    },
    {
      "src": "/screenshots/savings.jpg",
      "sizes": "498x1080",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Savings — Track deposits, withdrawals, and goals"
    },
    {
      "src": "/screenshots/events.jpg",
      "sizes": "498x1080",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Events — Discover and manage upcoming activities"
    },
    {
      "src": "/screenshots/tickets.jpg",
      "sizes": "498x1080",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Tickets — Secure digital event tickets"
    },
    {
      "src": "/screenshots/saving-badges.jpg",
      "sizes": "498x1080",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Achievements — Earn badges for consistent saving"
    },
    {
      "src": "/screenshots/profile.jpg",
      "sizes": "498x1080",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Profile — Personalize and manage your account"
    }
  ],
  "shortcuts": [
    {
      "name": "My Savings",
      "short_name": "Savings",
      "url": "/savings",
      "icons": [
        {
          "src": "/icons/icon-192.jpeg",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Upcoming Events",
      "short_name": "Events",
      "url": "/events",
      "icons": [
        {
          "src": "/icons/icon-192.jpeg",
          "sizes": "1024x1024",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "categories": ["finance", "education", "productivity"]
}
