* Options working * Junk and trash cleaning working * Done notification working
		
			
				
	
	
		
			52 lines
		
	
	
		
			1013 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			1013 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "manifest_version": 2,
 | 
						|
  "name": "Empty 'em",
 | 
						|
  "version": "2.0",
 | 
						|
  "description": "Empty all your Trash and Junk folders in one fell swoop!",
 | 
						|
  "homepage_url": "https://github.com/asolkar/emptyem",
 | 
						|
 | 
						|
  "icons": {
 | 
						|
    "256": "icons/icon.png"
 | 
						|
  },
 | 
						|
 | 
						|
  "applications": {
 | 
						|
    "gecko": {
 | 
						|
      "id": "@emptyem",
 | 
						|
      "strict_min_version": "63.0"
 | 
						|
    }
 | 
						|
  },
 | 
						|
 | 
						|
  "permissions": ["storage", "notifications"],
 | 
						|
 | 
						|
  "browser_action": {
 | 
						|
    "default_icon": {
 | 
						|
      "16": "icons/icon.png",
 | 
						|
      "32": "icons/icon.png"
 | 
						|
    },
 | 
						|
    "default_title": "Empty 'em"
 | 
						|
  },
 | 
						|
 | 
						|
  "options_ui": {
 | 
						|
    "page": "data/options.html"
 | 
						|
  },
 | 
						|
 | 
						|
  "background": {
 | 
						|
    "scripts": ["data/jquery.min.js", "data/common.js", "data/actions.js"]
 | 
						|
  },
 | 
						|
 | 
						|
  "experiment_apis": {
 | 
						|
    "folder_actions": {
 | 
						|
      "schema": "folder_actions-api/schema.json",
 | 
						|
      "parent": {
 | 
						|
        "scopes": ["addon_parent"],
 | 
						|
        "script": "folder_actions-api/api.js",
 | 
						|
        "paths": [
 | 
						|
          ["folder_actions"]
 | 
						|
        ]
 | 
						|
      }
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
// vim: ts=2 sw=2 sts=2 et
 |