You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			26 lines
		
	
	
		
			623 B
		
	
	
	
		
			JSON
		
	
			
		
		
	
	
			26 lines
		
	
	
		
			623 B
		
	
	
	
		
			JSON
		
	
{
 | 
						|
	"manifest_version": 2,
 | 
						|
 | 
						|
	"name": "TextSecure",
 | 
						|
	"description": "Secure texting ",
 | 
						|
	"version": "0.0.1",
 | 
						|
	"offline_enabled": false,
 | 
						|
 | 
						|
	"icons": { "128": "icon.png" },
 | 
						|
 | 
						|
	"browser_action": {
 | 
						|
		"default_icon": {
 | 
						|
			"19": "icon.png"
 | 
						|
		},
 | 
						|
		"default_popup": "popup.html"
 | 
						|
	},
 | 
						|
 | 
						|
	"background": {
 | 
						|
//		"scripts": [ "js-deps/jquery.js", "js-deps/jquery.atmosphere.js", "js-deps/aes.js", "js-deps/hmac-sha256.js", "js-deps/lib-typedarrays.js",
 | 
						|
//					"js-deps/Long.min.js", "js-deps/ByteBuffer.min.js", "js-deps/ProtoBuf.min.js", "js/helpers.js", "js/background.js" ]
 | 
						|
		"page": "background.html"
 | 
						|
	},
 | 
						|
 | 
						|
	"options_page": "options.html"
 | 
						|
}
 |