{
  "name": "FreshCourses - Free Online Courses & Verified Coupons",
  "short_name": "FreshCourses",
  "description": "Universal portal for verified 100% free courses, university certifications, and daily updated discount coupons.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#020617",
  "theme_color": "#7c3aed",
  "categories": ["education", "books", "productivity"],
  "shortcuts": [
    {
      "name": "Latest Free Courses",
      "short_name": "Free Deals",
      "description": "Browse today's verified 100% free courses",
      "url": "/?filter=free",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Career Guides",
      "short_name": "Guides",
      "description": "Read step-by-step career and certification roadmaps",
      "url": "/blog",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "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 maskable"
    }
  ]
}
