{
  "name": "Science Factory",
  "short_name": "SciFactory",
  "description": "Interactive Learning Platform - Lay, Learn, Teach",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a1a2e",
  "theme_color": "#16213e",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "maskable any"
    },
    {
      "src": "/public/sf_logo.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "maskable any"
    },
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    }
  ],
  "categories": [
    "education",
    "science",
    "learning"
  ],
  "lang": "en",
  "scope": "/",
  "edge_side_panel": {
    "preferred_width": 480
  },
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/json": [".json"],
        "text/csv": [".csv"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+sciencefactory",
      "url": "/workshop?id=%s"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Workshops",
      "url": "/workshops",
      "description": "Explore science workshops",
      "icons": [
        {
          "src": "/favicon.webp",
          "sizes": "96x96",
          "type": "image/webp"
        }
      ]
    },
    {
      "name": "My Progress",
      "url": "/progress",
      "description": "Track your learning journey",
      "icons": [
        {
          "src": "/favicon.webp",
          "sizes": "96x96",
          "type": "image/webp"
        }
      ]
    },
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "View your analytics dashboard",
      "icons": [
        {
          "src": "/favicon.webp",
          "sizes": "96x96",
          "type": "image/webp"
        }
      ]
    },
    {
      "name": "Search",
      "url": "/search",
      "description": "Search workshops and content",
      "icons": [
        {
          "src": "/favicon.webp",
          "sizes": "96x96",
          "type": "image/webp"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://science-factory.vercel.app/manifest.json"
    }
  ],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": ["image/*", "application/pdf", "text/*"]
        }
      ]
    }
  }
}