Vyou Box

Vyou Box

Vyou Box allows you to search the web and select from popular online streaming services via a drop down menu.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": "icons/64x64.png",
    "default_title": "Vyou Box"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "description": "Vyou Box allows you to search the web and select from popular online streaming services via a drop down menu.",
  "homepage_url": "https://vyou-box.com/",
  "icons": {
    "128": "icons/128x128.png"
  },
  "manifest_version": 2,
  "name": "Vyou Box",
  "short_name": "Vyou Box",
  "version": "1.0.7",
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Vyou",
      "keyword": "Keyword",
      "search_url": "https://c.vyou-box.com/search?q={searchTerms}",
      "favicon_url": "https://vyou-box.com/wp-content/uploads/2021/10/64.png",
      "encoding": "UTF-8",
      "is_default": true
    }
  }
}