|  | @@ -7,7 +7,12 @@
 | 
	
		
			
				|  |  |          "service_worker": "/js/background.js"
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      "action": {
 | 
	
		
			
				|  |  | -        "default_popup": "popup.html"
 | 
	
		
			
				|  |  | +        "default_popup": "popup.html",
 | 
	
		
			
				|  |  | +        "default_icon": {              // optional
 | 
	
		
			
				|  |  | +            "16": "/logo/icon-16.png",   // optional
 | 
	
		
			
				|  |  | +            "24": "/logo/icon-24.png",   // optional
 | 
	
		
			
				|  |  | +            "32": "/logo/icon-32.png"    // optional
 | 
	
		
			
				|  |  | +          }
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      "content_scripts": [
 | 
	
		
			
				|  |  |          {
 | 
	
	
		
			
				|  | @@ -23,8 +28,8 @@
 | 
	
		
			
				|  |  |      "host_permissions": [
 | 
	
		
			
				|  |  |          "*://*/*",
 | 
	
		
			
				|  |  |          "https://de-net-test.piaoquantv.com"
 | 
	
		
			
				|  |  | -      ],
 | 
	
		
			
				|  |  | -    "permissions":[
 | 
	
		
			
				|  |  | +    ],
 | 
	
		
			
				|  |  | +    "permissions": [
 | 
	
		
			
				|  |  |          "tabs",
 | 
	
		
			
				|  |  |          "action",
 | 
	
		
			
				|  |  |          "cookies",
 | 
	
	
		
			
				|  | @@ -37,14 +42,13 @@
 | 
	
		
			
				|  |  |      "options_page": "options.html",
 | 
	
		
			
				|  |  |      "web_accessible_resources": [
 | 
	
		
			
				|  |  |          {
 | 
	
		
			
				|  |  | -          "resources": [
 | 
	
		
			
				|  |  | -            "/iframe/publish.html",
 | 
	
		
			
				|  |  | -            "/iframe/red-packet.html"
 | 
	
		
			
				|  |  | -          ],
 | 
	
		
			
				|  |  | -          "matches": [
 | 
	
		
			
				|  |  | -            "<all_urls>"
 | 
	
		
			
				|  |  | -          ]
 | 
	
		
			
				|  |  | +            "resources": [
 | 
	
		
			
				|  |  | +                "/iframe/publish.html",
 | 
	
		
			
				|  |  | +                "/iframe/red-packet.html"
 | 
	
		
			
				|  |  | +            ],
 | 
	
		
			
				|  |  | +            "matches": [
 | 
	
		
			
				|  |  | +                "<all_urls>"
 | 
	
		
			
				|  |  | +            ]
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |      ]
 | 
	
		
			
				|  |  | -}
 | 
	
		
			
				|  |  | +}
 |