{
  "name": "Swivel - Campus Marketplace",
  "short_name": "Swivel",
  "description": "Buy and sell items in your campus marketplace",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#4F46E5",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/images/swivellogos/8.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/swivellogos/8.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/swivellogos/8.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/swivellogos/8.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/swivellogos/8.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/swivellogos/8.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/swivellogos/8.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/swivellogos/8.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Products",
      "short_name": "Browse",
      "description": "Browse items on the marketplace",
      "url": "/browseproducts",
      "icons": [
        {
          "src": "/images/swivellogos/8.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Sell Item",
      "short_name": "Sell",
      "description": "List a new item for sale",
      "url": "/createproduct",
      "icons": [
        {
          "src": "/images/swivellogos/8.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Messages",
      "short_name": "Messages",
      "description": "View your Swivel Messages",
      "url": "/messages",
      "icons": [
        {
          "src": "/images/swivellogos/8.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Notifications",
      "short_name": "Notifications",
      "description": "View your Swivel Notifications",
      "url": "/notifications",
      "icons": [
        {
          "src": "/images/swivellogos/8.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "View your purchase orders",
      "url": "/orders",
      "icons": [
        {
          "src": "/images/swivellogos/8.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Settings",
      "short_name": "Settings",
      "description": "Manage your account settings",
      "url": "/settings",
      "icons": [
        {
          "src": "/images/swivellogos/8.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "gcm_sender_id": "103953800507"
}