rename watchman to watch
				
					
				
			for simplicity
This commit is contained in:
		
							parent
							
								
									c03d7521f3
								
							
						
					
					
						commit
						3cad442a40
					
				
					 2 changed files with 5 additions and 5 deletions
				
			
		|  | @ -18,7 +18,7 @@ | |||
| 	"content_scripts": [ | ||||
| 		{ | ||||
| 			"matches": ["http://*/*", "https://*/*"], | ||||
| 			"js": ["scripts/external/watchman.js"] | ||||
| 			"js": ["scripts/external/watch.js"] | ||||
| 		} | ||||
| 	], | ||||
| 	"web_accessible_resources": [ | ||||
|  |  | |||
|  | @ -29,13 +29,13 @@ let main = (async () => { | |||
| 			console.log("ShopAI works here! Click on the button in the toolbar or website to start."); | ||||
| 			// Show loading screen while the load is incomplete. 
 | ||||
| 			 | ||||
| 			// Set the icon to indicate that it's active.
 | ||||
| 
 | ||||
| 			// Begin. 
 | ||||
| 			let PROC = new processor(matches); | ||||
| 			 | ||||
| 			// Begin only when the page is fully loaded. 
 | ||||
| 			window.addEventListener(`load`, (event) => { | ||||
| 				 | ||||
| 				// Remove the loading screen. 
 | ||||
| 				 | ||||
| 			}); | ||||
| 		} | ||||
| 
 | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue