{
  "name": "SCARS Enterprises",
  "short_name": "SCARS",
  "description": "One vision. Many worlds. Education, investments, technology and more.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#07070a",
  "theme_color": "#f0a830",
  "lang": "en-IN",
  "categories": ["education", "finance", "business"],
  "icons": [
    {
      "src": "/assets/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Education",
      "short_name": "Learn",
      "description": "Free learning platform",
      "url": "/education/",
      "icons": [{ "src": "/assets/icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Investments",
      "short_name": "Invest",
      "description": "Learn to invest",
      "url": "/investments/",
      "icons": [{ "src": "/assets/icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Sign In",
      "short_name": "Login",
      "description": "Sign in to your SCARS account",
      "url": "/auth.html",
      "icons": [{ "src": "/assets/icons/icon-192.svg", "sizes": "192x192" }]
    }
  ]
}
