Anti-Short

Anti-Short

Stop using YouTube's short video player.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Anti-Short",
  "version": "1.0",
  "version_name": "1.0 pre-release",
  "description": "Stop using YouTube's short video player.",
  "author": "Steve Tautonico",
  "permissions": [
    "scripting"
  ],
  "host_permissions": [
    "*://*.youtube.com/*"
  ],
  "homepage_url": "https://github.com/stautonico/anti-short",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "background": {
    "service_worker": "background.js"
  }
}