{
  "name": "VickedX",
  "short_name": "VickedX",
  "description": "Find Work. Buy & Sell. Socialise. Games. Travel.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#111111",
  "theme_color": "#DC2626",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/static/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Jobs",
      "url": "/jobs/",
      "description": "Browse job listings"
    },
    {
      "name": "Market",
      "url": "/market/",
      "description": "Buy & sell marketplace"
    },
    {
      "name": "Social",
      "url": "/social/",
      "description": "Social feed"
    }
  ]
}
