{
  "name": "SnapCloud",
  "short_name": "SnapCloud",
  "description": "Share and discover Snap! projects from around the world",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F5F5F7",
  "theme_color": "#5E5CE6",
  "orientation": "any",
  "icons": [
    {
      "src": "/static/img/snap-logo-sm.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/img/snap-logo-color.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["education", "productivity"],
  "shortcuts": [
    {
      "name": "My Projects",
      "short_name": "Projects",
      "description": "View and manage your Snap! projects",
      "url": "/my_projects",
      "icons": [{ "src": "/static/img/snap-logo-sm.png", "sizes": "96x96" }]
    },
    {
      "name": "Explore",
      "short_name": "Explore",
      "description": "Discover projects from the community",
      "url": "/explore",
      "icons": [{ "src": "/static/img/snap-logo-sm.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": []
}
