{
  "name": "Ghost Entertainment - Stream Movies & TV Shows",
  "short_name": "Ghost Entertainment",
  "description": "Discover and stream thousands of movies and TV shows",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#dc2626",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["entertainment", "movies", "video"],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Popular Movies",
      "short_name": "Popular",
      "description": "View popular movies",
      "url": "/popular",
      "icons": [{ "src": "/logo-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Trending",
      "short_name": "Trending",
      "description": "View trending content",
      "url": "/trending",
      "icons": [{ "src": "/logo-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Search",
      "short_name": "Search",
      "description": "Search movies and shows",
      "url": "/search",
      "icons": [{ "src": "/logo-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
