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.
		
		
		
		
		
			
		
			
				
	
	
		
			28 lines
		
	
	
		
			473 B
		
	
	
	
		
			JSON
		
	
			
		
		
	
	
			28 lines
		
	
	
		
			473 B
		
	
	
	
		
			JSON
		
	
{
 | 
						|
    "manifest_version": 2,
 | 
						|
 | 
						|
    "name": "Signal",
 | 
						|
    "description": "Private Messenger",
 | 
						|
    "version": "0.0.1",
 | 
						|
    "offline_enabled": false,
 | 
						|
 | 
						|
    "permissions": [
 | 
						|
      "unlimitedStorage",
 | 
						|
      "notifications",
 | 
						|
      "fileSystem",
 | 
						|
      "alarms"
 | 
						|
    ],
 | 
						|
 | 
						|
    "icons": {
 | 
						|
      "16": "images/icon_16.png",
 | 
						|
      "48": "images/icon_48.png",
 | 
						|
      "128": "images/icon_128.png"
 | 
						|
    },
 | 
						|
 | 
						|
    "app": {
 | 
						|
      "background": {
 | 
						|
          "page": "background.html"
 | 
						|
      }
 | 
						|
    }
 | 
						|
}
 |