Simple YouTube Homepage Search

Simple YouTube Homepage Search

Reduce distractions by replacing the YouTube home with a simple search bar. Created by Agency Enterprise to increase human agency.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Simple YouTube Homepage Search",
  "manifest_version": 3,
  "version": "1.1",
  "description": "Reduce distractions by replacing the YouTube home with a simple search bar. Created by Agency Enterprise to increase human agency.",
  "permissions": [
    "tabs"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  }
}