{
  "name": "Twogees Academy",
  "short_name": "Twogees",
  "description": "Premium courses on psychology, investing, and personal growth. Learn from expert-curated ebooks and video content.",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "theme_color": "#6366f1",
  "background_color": "#0a0a0f",
  "categories": ["education", "productivity"],
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "protocol_handlers": [],
  "icons": [
    {
      "src": "/static/Logo.jpeg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "/static/Logo.jpeg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Library",
      "short_name": "Library",
      "description": "View your purchased courses",
      "url": "/#library",
      "icons": [
        {
          "src": "/static/Logo.jpeg",
          "sizes": "192x192",
          "type": "image/jpeg"
        }
      ]
    },
    {
      "name": "Browse Courses",
      "short_name": "Browse",
      "description": "Explore available courses",
      "url": "/#catalog",
      "icons": [
        {
          "src": "/static/Logo.jpeg",
          "sizes": "192x192",
          "type": "image/jpeg"
        }
      ]
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "widgets": [
    {
      "name": "Continue Learning",
      "description": "Quick access to your courses",
      "tag": "twogees-widget",
      "ms_ac_template": "widget/widget.json",
      "data": "/static/Logo.jpeg",
      "screenshots": [],
      "icons": [
        {
          "src": "/static/Logo.jpeg",
          "sizes": "192x192",
          "type": "image/jpeg"
        }
      ],
      "backgrounds": [
        {
          "src": "/static/Logo.jpeg",
          "sizes": "192x192",
          "type": "image/jpeg"
        }
      ]
    }
  ]
}
