feat(icons): wire extension and toolbar icons; add icons/README with placement and size guidance
This commit is contained in:
		
					parent
					
						
							
								bc28130855
							
						
					
				
			
			
				commit
				
					
						c641ace30b
					
				
			
		
					 2 changed files with 37 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -9,9 +9,18 @@
 | 
			
		|||
      "update_url": "https://add-ons.jordanwages.com/archive-org-link-grabber/updates.json"
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  "icons": {
 | 
			
		||||
    "48": "icons/icon-48.png",
 | 
			
		||||
    "96": "icons/icon-96.png",
 | 
			
		||||
    "128": "icons/icon-128.png"
 | 
			
		||||
  },
 | 
			
		||||
  "browser_action": {
 | 
			
		||||
    "default_title": "Archive.org Link Grabber",
 | 
			
		||||
    "default_popup": "src/popup/index.html"
 | 
			
		||||
    "default_popup": "src/popup/index.html",
 | 
			
		||||
    "default_icon": {
 | 
			
		||||
      "16": "icons/icon-16.png",
 | 
			
		||||
      "32": "icons/icon-32.png"
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  "options_ui": {
 | 
			
		||||
    "page": "src/options/index.html",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue