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.
		
		
		
		
		
			
		
			
				
	
	
		
			31 lines
		
	
	
		
			614 B
		
	
	
	
		
			JSON
		
	
			
		
		
	
	
			31 lines
		
	
	
		
			614 B
		
	
	
	
		
			JSON
		
	
{
 | 
						|
    "manifest_version": 2,
 | 
						|
 | 
						|
    "name": "TextSecure",
 | 
						|
    "description": "Secure texting ",
 | 
						|
    "version": "0.0.1",
 | 
						|
    "offline_enabled": false,
 | 
						|
 | 
						|
    "permissions": [
 | 
						|
      "unlimitedStorage"
 | 
						|
    ],
 | 
						|
 | 
						|
    "icons": { "128": "icon.png" },
 | 
						|
 | 
						|
    "browser_action": {
 | 
						|
        "default_icon": {
 | 
						|
            "19": "icon.png"
 | 
						|
        },
 | 
						|
        "default_title": "TextSecure"
 | 
						|
    },
 | 
						|
 | 
						|
    "background": {
 | 
						|
        "page": "background.html"
 | 
						|
    },
 | 
						|
 | 
						|
    "options_page": "options.html",
 | 
						|
 | 
						|
    // XXX: FOR TESTING ONLY, REMOVE BEFORE RELEASE:
 | 
						|
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
 | 
						|
}
 |