{
  "name": "Watchly - Movie Tracking & Social",
  "short_name": "Watchly",
  "description": "Track movies, share recommendations, and connect with friends",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0D1117",
  "theme_color": "#d4af37",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/images/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["entertainment", "social"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Community Picks",
      "short_name": "Picks",
      "description": "Browse community movie recommendations",
      "url": "/recommendations",
      "icons": [{ "src": "/images/icon.png", "sizes": "96x96" }]
    },
    {
      "name": "Watch Together",
      "short_name": "Together",
      "description": "Create or join watch together rooms",
      "url": "/watch-together",
      "icons": [{ "src": "/images/icon.png", "sizes": "96x96" }]
    },
    {
      "name": "Activity Feed",
      "short_name": "Feed",
      "description": "See what your friends are watching",
      "url": "/feed",
      "icons": [{ "src": "/images/icon.png", "sizes": "96x96" }]
    }
  ]
}
