{
  "name": "The Move App",
  "short_name": "The Move",
  "description": "Your Nightlife, Forecasted. Live information and future insights into the hottest local venues and crowds.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#af6acf",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["lifestyle", "social", "entertainment"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Leaderboard",
      "short_name": "Leaderboard",
      "description": "View the referral leaderboard",
      "url": "/leaderboard",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "User Profile",
      "short_name": "Profile",
      "description": "View your user profile",
      "url": "/user-profile",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}

