21 lines
		
	
	
		
			384 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			384 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"manifest_version": 2,
 | |
| 
 | |
| 	"name": "YouTube Shorts Disabler",
 | |
| 	"author": "L. Bradley LaBoon",
 | |
| 	"description": "Redirects YouTube shorts to regular videos",
 | |
| 	"version": "2.0",
 | |
| 
 | |
| 	"icons": {
 | |
| 		"16": "ysd-16.png",
 | |
| 		"48": "ysd-48.png",
 | |
| 		"128": "ysd-128.png",
 | |
| 		"512": "ysd.png"
 | |
| 	},
 | |
| 
 | |
| 	"content_scripts": [{
 | |
| 		"matches": ["https://www.youtube.com/*"],
 | |
| 		"js": ["disable_shorts.js"]
 | |
| 	}]
 | |
| }
 |