|  |  | @@ -5,7 +5,8 @@ | 
		
	
		
			
			|  |  |  | "description": "__MSG_extDesc__", | 
		
	
		
			
			|  |  |  | "author": "chemicalcrux", | 
		
	
		
			
			|  |  |  | "permissions": [ | 
		
	
		
			
			|  |  |  | "*://www.furaffinity.net/", | 
		
	
		
			
			|  |  |  | "http://www.furaffinity.net/", | 
		
	
		
			
			|  |  |  | "https://www.furaffinity.net/", | 
		
	
		
			
			|  |  |  | "storage" | 
		
	
		
			
			|  |  |  | ], | 
		
	
		
			
			|  |  |  | "web_accessible_resources": [ | 
		
	
	
		
			
				|  |  | @@ -17,7 +18,7 @@ | 
		
	
		
			
			|  |  |  | "content_scripts": [ | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | "run_at": "document_end", | 
		
	
		
			
			|  |  |  | "matches": ["*://www.furaffinity.net/"], | 
		
	
		
			
			|  |  |  | "matches": ["http://www.furaffinity.net/", "https://www.furaffinity.net/"], | 
		
	
		
			
			|  |  |  | "js": ["filter.js"] | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | ], | 
		
	
	
		
			
				|  |  | 
 |