{
  "name": "YouTubeEZ — Fast Video Search",
  "short_name": "YouTubeEZ",
  "description": "Fast, clean video search with true-black dark mode, instant autosuggest, and background audio. No ads, no clutter.",
  "start_url": "/youtube.php",
  "scope": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#1e90ff",
  "orientation": "any",
  "categories": ["entertainment", "social"],
  "lang": "en",
  "dir": "ltr",
  "id": "/youtube.php",
  "icons": [
    {
      "src": "/images/YouTube-EZ.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/YouTube-EZ.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/YouTube-EZ.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Search Videos",
      "url": "/youtube.php",
      "description": "Search for videos"
    },
    {
      "name": "Trending",
      "url": "/youtube.php?q=trending",
      "description": "See what's trending"
    }
  ],
  "share_target": {
    "action": "/youtube.php",
    "method": "GET",
    "params": {
      "text": "q"
    }
  }
}
